2020-02-12 18:57:25 +00:00
|
|
|
installCRDs: true
|
|
|
|
|
|
|
|
clusterInstall: true
|
|
|
|
|
|
|
|
controller:
|
|
|
|
name: argo-rollouts
|
|
|
|
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:
|
|
|
|
repository: argoproj/argo-rollouts
|
2021-01-21 17:48:29 +00:00
|
|
|
tag: v0.10.2
|
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:
|
|
|
|
name: argo-rollouts
|
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: {}
|
|
|
|
|
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
|