Skip to content

Commit

Permalink
Update serviceAccount section in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdots committed Dec 4, 2024
1 parent b86c6a3 commit bc80300
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions charts/app-template/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ service:
# -- Additional selector labels (optional)
selector: {}

## ServiceAccount configuration
serviceAccount:
# -- Specifies whether a ServiceAccount should be created
create: true
# -- The name of the ServiceAccount to use
name: ""
# -- Additional labels for the ServiceAccount
labels: {}
# -- Annotations to add to the ServiceAccount
annotations: {}
# -- Image pull secrets for the ServiceAccount
imagePullSecrets: []

## Ingress configuration
ingress:
# -- Enable ingress
Expand Down Expand Up @@ -140,15 +153,6 @@ autoscaling:
# -- Target memory utilization percentage
targetMemoryUtilizationPercentage: 80

## Service account configuration
serviceAccount:
# -- Create service account
create: true
# -- Service account annotations
annotations: {}
# -- Service account name
name: ""

## Pod disruption budget configuration
podDisruptionBudget:
# -- Enable pod disruption budget
Expand Down Expand Up @@ -188,4 +192,4 @@ serviceMonitor:
# -- ServiceMonitor endpoint configuration
endpoints:
- port: http
path: /metrics
path: /metrics

0 comments on commit bc80300

Please sign in to comment.