argocd-helm/charts/argo-rollouts/values.yaml
Michael Odell 2b9193ac69
feat: argo-rollouts resources in helm values (#385)
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-07-09 10:20:47 -07:00

33 lines
522 B
YAML

installCRDs: true
clusterInstall: true
controller:
name: argo-rollouts
component: rollouts-controller
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: []