fix the x509 certificate error (#2092)

Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
hongming
2024-11-28 16:30:39 +08:00
parent fd4fbfa5a7
commit a819b24d53

View File

@@ -11,8 +11,8 @@ metadata:
spec:
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
maxSurge: 0
maxUnavailable: 1
type: RollingUpdate
progressDeadlineSeconds: 600
replicas: {{ if .Values.ha.enabled }}3{{ else }}1{{ end }}