fix the x509 certificate error (#2092)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user