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:
zhenyus 2025-03-17 21:40:03 +08:00
parent 884d1d1784
commit bb30b8ae7c
10 changed files with 0 additions and 20 deletions

View File

@ -83,9 +83,6 @@ spec:
{{- if .Values.authentication.probes.readiness.config.failureThreshold }} {{- if .Values.authentication.probes.readiness.config.failureThreshold }}
failureThreshold: {{ .Values.authentication.probes.readiness.config.failureThreshold }} failureThreshold: {{ .Values.authentication.probes.readiness.config.failureThreshold }}
{{- end }} {{- end }}
{{- if .Values.authentication.probes.readiness.config.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.authentication.probes.readiness.config.terminationGracePeriodSeconds }}
{{- end }}
{{- end }} {{- end }}
{{- end}} {{- end}}
env: env:

View File

@ -32,7 +32,6 @@ authentication:
timeoutSeconds: 3 timeoutSeconds: 3
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30
liveness: liveness:
type: httpGet type: httpGet
config: config:

View File

@ -83,9 +83,6 @@ spec:
{{- if .Values.centralStorage.probes.readiness.config.failureThreshold }} {{- if .Values.centralStorage.probes.readiness.config.failureThreshold }}
failureThreshold: {{ .Values.centralStorage.probes.readiness.config.failureThreshold }} failureThreshold: {{ .Values.centralStorage.probes.readiness.config.failureThreshold }}
{{- end }} {{- end }}
{{- if .Values.centralStorage.probes.readiness.config.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.centralStorage.probes.readiness.config.terminationGracePeriodSeconds }}
{{- end }}
{{- end }} {{- end }}
{{- end}} {{- end}}
env: env:

View File

@ -32,7 +32,6 @@ centralStorage:
timeoutSeconds: 3 timeoutSeconds: 3
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30
liveness: liveness:
type: httpGet type: httpGet
config: config:

View File

@ -83,9 +83,6 @@ spec:
{{- if .Values.content.probes.readiness.config.failureThreshold }} {{- if .Values.content.probes.readiness.config.failureThreshold }}
failureThreshold: {{ .Values.content.probes.readiness.config.failureThreshold }} failureThreshold: {{ .Values.content.probes.readiness.config.failureThreshold }}
{{- end }} {{- end }}
{{- if .Values.content.probes.readiness.config.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.content.probes.readiness.config.terminationGracePeriodSeconds }}
{{- end }}
{{- end }} {{- end }}
{{- end}} {{- end}}
env: env:

View File

@ -32,7 +32,6 @@ content:
timeoutSeconds: 3 timeoutSeconds: 3
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30
liveness: liveness:
type: httpGet type: httpGet
config: config:

View File

@ -83,9 +83,6 @@ spec:
{{- if .Values.notification.probes.readiness.config.failureThreshold }} {{- if .Values.notification.probes.readiness.config.failureThreshold }}
failureThreshold: {{ .Values.notification.probes.readiness.config.failureThreshold }} failureThreshold: {{ .Values.notification.probes.readiness.config.failureThreshold }}
{{- end }} {{- end }}
{{- if .Values.notification.probes.readiness.config.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.notification.probes.readiness.config.terminationGracePeriodSeconds }}
{{- end }}
{{- end }} {{- end }}
{{- end}} {{- end}}
env: env:

View File

@ -32,7 +32,6 @@ notification:
timeoutSeconds: 3 timeoutSeconds: 3
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30
liveness: liveness:
type: httpGet type: httpGet
config: config:

View File

@ -83,9 +83,6 @@ spec:
{{- if .Values.payment.probes.readiness.config.failureThreshold }} {{- if .Values.payment.probes.readiness.config.failureThreshold }}
failureThreshold: {{ .Values.payment.probes.readiness.config.failureThreshold }} failureThreshold: {{ .Values.payment.probes.readiness.config.failureThreshold }}
{{- end }} {{- end }}
{{- if .Values.payment.probes.readiness.config.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.payment.probes.readiness.config.terminationGracePeriodSeconds }}
{{- end }}
{{- end }} {{- end }}
{{- end}} {{- end}}
env: env:

View File

@ -32,7 +32,6 @@ payment:
timeoutSeconds: 3 timeoutSeconds: 3
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30
liveness: liveness:
type: httpGet type: httpGet
config: config: