Skip to content

Commit 7e9b31e

Browse files
feat: add periodSeconds and failureThreshold to unleash livenessProbe (#4)
Co-authored-by: Staging-Devin AI <166158716+staging-devin-ai-integration[bot]@users.noreply.github.com>
1 parent 021e3c2 commit 7e9b31e

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/unleash/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg
55

66
type: application
77

8-
version: 5.4.3
8+
version: 5.4.4
99

1010
appVersion: "6.7.2"
1111

charts/unleash/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ spec:
130130
port: http
131131
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
132132
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
133+
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
134+
failureThreshold: {{ .Values.livenessProbe.failureThreshold }}
133135
{{- end }}
134136
{{- if .Values.readinessProbe.enabled }}
135137
readinessProbe:

charts/unleash/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ livenessProbe:
150150
path: /health
151151
initialDelaySeconds: 30
152152
timeoutSeconds: 10
153+
periodSeconds: 10
154+
failureThreshold: 3
153155

154156
nameOverride: ""
155157

0 commit comments

Comments
 (0)