33 lines
522 B
YAML
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: []
|