2020-02-12 18:57:25 +00:00
|
|
|
installCRDs: true
|
|
|
|
|
|
|
|
clusterInstall: true
|
|
|
|
|
|
|
|
controller:
|
|
|
|
component: rollouts-controller
|
2020-07-12 23:52:28 +00:00
|
|
|
## Node selectors and tolerations for server scheduling to nodes with taints
|
|
|
|
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
|
|
|
##
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
2020-02-12 18:57:25 +00:00
|
|
|
image:
|
2021-05-31 16:06:26 +00:00
|
|
|
registry: quay.io
|
2020-02-12 18:57:25 +00:00
|
|
|
repository: argoproj/argo-rollouts
|
2021-05-31 16:06:26 +00:00
|
|
|
tag: ""
|
2020-02-12 18:57:25 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2020-07-09 17:20:47 +00:00
|
|
|
resources: {}
|
|
|
|
# limits:
|
|
|
|
# cpu: 100m
|
|
|
|
# memory: 128Mi
|
|
|
|
# requests:
|
|
|
|
# cpu: 50m
|
|
|
|
# memory: 64Mi
|
|
|
|
|
2020-10-27 17:31:38 +00:00
|
|
|
metrics:
|
|
|
|
serviceMonitor:
|
|
|
|
enabled: false
|
|
|
|
additionalLabels: {}
|
|
|
|
additionalAnnotations: {}
|
|
|
|
|
2020-02-12 18:57:25 +00:00
|
|
|
serviceAccount:
|
2021-05-31 16:06:26 +00:00
|
|
|
# Specifies whether a service account should be created
|
|
|
|
create: true
|
|
|
|
# Annotations to add to the service account
|
|
|
|
annotations: {}
|
|
|
|
# The name of the service account to use.
|
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
|
|
name: ""
|
2020-03-25 16:29:44 +00:00
|
|
|
|
2021-04-07 20:29:47 +00:00
|
|
|
## Annotations to be added to all CRDs
|
|
|
|
##
|
|
|
|
crdAnnotations: {}
|
|
|
|
|
2020-08-26 16:26:54 +00:00
|
|
|
## Annotations to be added to the Rollout pods
|
2020-03-25 16:29:44 +00:00
|
|
|
##
|
|
|
|
podAnnotations: {}
|
|
|
|
|
2021-05-31 16:06:26 +00:00
|
|
|
## Security Context to set on pod level
|
|
|
|
##
|
|
|
|
podSecurityContext:
|
|
|
|
runAsNonRoot: true
|
|
|
|
|
|
|
|
## Security Context to set on container level
|
|
|
|
##
|
|
|
|
containerSecurityContext: {}
|
|
|
|
# capabilities:
|
|
|
|
# drop:
|
|
|
|
# - ALL
|
|
|
|
# readOnlyRootFilesystem: true
|
|
|
|
# runAsNonRoot: true
|
|
|
|
# runAsUser: 1000
|
|
|
|
|
2020-08-26 16:26:54 +00:00
|
|
|
## Annotations to be added to the Rollout service
|
|
|
|
##
|
|
|
|
serviceAnnotations: {}
|
|
|
|
|
|
|
|
## Labels to be added to the Rollout pods
|
2020-03-25 16:29:44 +00:00
|
|
|
##
|
|
|
|
podLabels: {}
|
|
|
|
|
2020-08-30 17:10:09 +00:00
|
|
|
# Secrets with credentials to pull images from a private registry
|
2020-03-25 16:29:44 +00:00
|
|
|
imagePullSecrets: []
|
2020-08-30 17:10:09 +00:00
|
|
|
# - name: argo-pull-secret
|