config reloader lable added

This commit is contained in:
Vaibhav Pathak 2026-01-21 20:49:40 +05:30
parent 0c4eb056fd
commit d7e307241c

View File

@ -7,6 +7,8 @@ metadata:
annotations: annotations:
# ArgoCD sync wave - run after dbinit job (wave 0) # ArgoCD sync wave - run after dbinit job (wave 0)
argocd.argoproj.io/sync-wave: "1" argocd.argoproj.io/sync-wave: "1"
# Stakater Reloader - auto restart on ConfigMap/Secret changes
reloader.stakater.com/auto: "true"
spec: spec:
{{- if not .Values.autoscaling.enabled }} {{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}