mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
33 lines
455 B
YAML
33 lines
455 B
YAML
# Default values for steerer.
|
|
|
|
image:
|
|
repository: stefanprodan/steerer
|
|
tag: 0.0.1-beta.9
|
|
pullPolicy: IfNotPresent
|
|
|
|
controlLoopInterval: "10s"
|
|
metricsServer: "http://prometheus.istio-system.svc.cluster.local:9090"
|
|
|
|
crd:
|
|
create: true
|
|
|
|
rbac:
|
|
create: true
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
resources:
|
|
limits:
|
|
memory: "512Mi"
|
|
cpu: "1000m"
|
|
requests:
|
|
memory: "32Mi"
|
|
cpu: "10m"
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|