argocd-helm/charts/argo-rollouts/values.yaml
jpbelanger-mtl f1a6fcc8af
feat(argo-rollouts): Add configurable annotation to the metrics service (#421)
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-08-26 09:26:54 -07:00

43 lines
802 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.3
pullPolicy: IfNotPresent
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 50m
# memory: 64Mi
serviceAccount:
name: argo-rollouts
## Annotations to be added to the Rollout pods
##
podAnnotations: {}
## Annotations to be added to the Rollout service
##
serviceAnnotations: {}
## Labels to be added to the Rollout pods
##
podLabels: {}
imagePullSecrets: []