Skip to content

Commit

Permalink
fix(helm-charts): backend-api 探针时间修改 TencentBlueKing#5795
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 authored and iSecloud committed Jul 25, 2024
1 parent 72472ae commit a813431
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
periodSeconds: {{ .Values.livenessProbe.periodSeconds | default 30}}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds | default 5}}
successThreshold: {{ .Values.livenessProbe.successThreshold | default 1}}
failureThreshold: {{ .Values.livenessProbe.failureThreshold | default 1}}
failureThreshold: {{ .Values.livenessProbe.failureThreshold | default 3}}
readinessProbe:
httpGet:
path: {{ .Values.readinessProbe.path | default "/ping"}}
Expand All @@ -63,7 +63,7 @@ spec:
periodSeconds: {{ .Values.readinessProbe.periodSeconds | default 30}}
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds | default 5}}
successThreshold: {{ .Values.readinessProbe.successThreshold | default 1}}
failureThreshold: {{ .Values.readinessProbe.failureThreshold | default 1}}
failureThreshold: {{ .Values.readinessProbe.failureThreshold | default 3}}
{{- include "dbm.container_env" . | nindent 10 }}
resources:
{{- toYaml .Values.saas.api.resources | nindent 12 }}
Expand Down

0 comments on commit a813431

Please sign in to comment.