File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg
55
66type : application
77
8- version : 5.4.3
8+ version : 5.4.4
99
1010appVersion : " 6.7.2"
1111
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ livenessProbe:
150150 path : /health
151151 initialDelaySeconds : 30
152152 timeoutSeconds : 10
153+ periodSeconds : 10
154+ failureThreshold : 3
153155
154156nameOverride : " "
155157
You can’t perform that action at this time.
0 commit comments