fix: remove terminationGracePeriodSeconds from readiness probe configurations in authentication, centralStorage, content, notification, and payment services
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
884d1d1784
commit
bb30b8ae7c
@ -83,9 +83,6 @@ spec:
|
||||
{{- if .Values.authentication.probes.readiness.config.failureThreshold }}
|
||||
failureThreshold: {{ .Values.authentication.probes.readiness.config.failureThreshold }}
|
||||
{{- end }}
|
||||
{{- if .Values.authentication.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.authentication.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end}}
|
||||
env:
|
||||
|
||||
@ -32,7 +32,6 @@ authentication:
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
|
||||
@ -83,9 +83,6 @@ spec:
|
||||
{{- if .Values.centralStorage.probes.readiness.config.failureThreshold }}
|
||||
failureThreshold: {{ .Values.centralStorage.probes.readiness.config.failureThreshold }}
|
||||
{{- end }}
|
||||
{{- if .Values.centralStorage.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.centralStorage.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end}}
|
||||
env:
|
||||
|
||||
@ -32,7 +32,6 @@ centralStorage:
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
|
||||
@ -83,9 +83,6 @@ spec:
|
||||
{{- if .Values.content.probes.readiness.config.failureThreshold }}
|
||||
failureThreshold: {{ .Values.content.probes.readiness.config.failureThreshold }}
|
||||
{{- end }}
|
||||
{{- if .Values.content.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.content.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end}}
|
||||
env:
|
||||
|
||||
@ -32,7 +32,6 @@ content:
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
|
||||
@ -83,9 +83,6 @@ spec:
|
||||
{{- if .Values.notification.probes.readiness.config.failureThreshold }}
|
||||
failureThreshold: {{ .Values.notification.probes.readiness.config.failureThreshold }}
|
||||
{{- end }}
|
||||
{{- if .Values.notification.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.notification.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end}}
|
||||
env:
|
||||
|
||||
@ -32,7 +32,6 @@ notification:
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
|
||||
@ -83,9 +83,6 @@ spec:
|
||||
{{- if .Values.payment.probes.readiness.config.failureThreshold }}
|
||||
failureThreshold: {{ .Values.payment.probes.readiness.config.failureThreshold }}
|
||||
{{- end }}
|
||||
{{- if .Values.payment.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.payment.probes.readiness.config.terminationGracePeriodSeconds }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end}}
|
||||
env:
|
||||
|
||||
@ -32,7 +32,6 @@ payment:
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user