argocd-helm/charts/argo-rollouts/values.yaml
smit thakkar bc78e3cbe1
Added tolerations, nodeSelectors and affinity to argo-rollouts (#387)
* added tolerations, nodeSelectors and affinity

* update chart version

* Update values.yaml

* Update Chart.yaml
2020-07-12 16:52:28 -07:00

39 lines
735 B
YAML

installCRDs: true
clusterInstall: true
controller:
name: argo-rollouts
component: rollouts-controller
## Node selectors and tolerations for server scheduling to nodes with taints
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
##
nodeSelector: {}
tolerations: []
affinity: {}
image:
repository: argoproj/argo-rollouts
tag: v0.8.0
pullPolicy: IfNotPresent
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 50m
# memory: 64Mi
serviceAccount:
name: argo-rollouts
## Annotations to be added to the Redis server pods
##
podAnnotations: {}
## Labels to be added to the Redis server pods
##
podLabels: {}
imagePullSecrets: []