feat(helm-chart): support scale to 0 in standalone mode (#2797)

Signed-off-by: Duru Can Celasun <can@dcc.im>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
Co-authored-by: cxymds <Cxymds@qq.com>
This commit is contained in:
Duru Can Celasun
2026-05-06 07:42:56 +01:00
committed by GitHub
parent 50ddec3ffc
commit 718bec7722

View File

@@ -12,7 +12,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
replicas: 1
replicas: {{ min 1 .Values.replicaCount }}
{{- with .Values.mode.standalone.strategy }}
{{- $type := default "RollingUpdate" .type }}
strategy: