63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
# Default values for flagger.
|
|
|
|
image:
|
|
repository: asia-southeast1-docker.pkg.dev/meesho-devops-admin-0622/admin/flagger
|
|
tag: rollout-service-v2.0.0
|
|
|
|
# accepted values are debug, info, warning, error (defaults to info)
|
|
logLevel: info
|
|
|
|
podAnnotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "8080"
|
|
appmesh.k8s.aws/sidecarInjectorWebhook: disabled
|
|
|
|
crd:
|
|
# crd.create: `true` if custom resource definitions should be created
|
|
create: false
|
|
|
|
resources:
|
|
limits:
|
|
memory: "1024Mi"
|
|
cpu: "2"
|
|
requests:
|
|
memory: "512Mi"
|
|
cpu: "500m"
|
|
|
|
nodeSelector:
|
|
cloud.google.com/compute-class: supply-devops
|
|
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
key: cloud.google.com/compute-class
|
|
operator: Equal
|
|
value: supply-devops
|
|
|
|
prometheus:
|
|
install: false
|
|
image: docker.io/prom/prometheus:v2.39.1
|
|
pullSecret:
|
|
retention: 2h
|
|
securityContext:
|
|
enabled: false
|
|
context:
|
|
readOnlyRootFilesystem: true
|
|
runAsUser: 10001
|
|
|
|
podDisruptionBudget:
|
|
enabled: false
|
|
minAvailable: 1
|
|
|
|
podLabels:
|
|
env: prd
|
|
team: supply-devops
|
|
bu: infra
|
|
|
|
env:
|
|
- name: ROLLOUT_SERVICE_URL
|
|
value: "http://prd-supply-rollout-service.prd-supply-rollout-service.svc.cluster.local"
|
|
|
|
rolloutService:
|
|
enabled: true
|
|
apps:
|
|
|