argocd-apps/apps/overlays/au-syd1/reloader-system/values.yaml
Ben Vincent e873935634 feat: add reloader (#6)
- deploy reloader via helm
- only watch configmaps, secrets are reloaded by vso

Reviewed-on: #6
2026-03-01 16:34:01 +11:00

32 lines
944 B
YAML

---
reloader:
autoReloadAll: false
isArgoRollouts: true
ignoreSecrets: true
ignoreConfigMaps: false
ignoreJobs: true
ignoreCronJobs: true
reloadOnCreate: true
reloadOnDelete: false
syncAfterRestart: false
reloadStrategy: default # Set to default, env-vars or annotations
ignoreNamespaces: "" # Comma separated list of namespaces to ignore
namespaceSelector: "" # Comma separated list of k8s label selectors for namespaces selection
resourceLabelSelector: "" # Comma separated list of k8s label selectors for configmap/secret selection
logFormat: "" # json
logLevel: info # Log level to use (trace, debug, info, warning, error, fatal and panic)
watchGlobally: true
enableHA: true
deployment:
replicas: 2
resources:
limits:
cpu: "100m"
memory: "512Mi"
requests:
cpu: "10m"
memory: "128Mi"
podDisruptionBudget:
enabled: true
maxUnavailable: 1