Skip to content

Commit e3503d2

Browse files
authored
Merge pull request #1751 from rstribrn/fix/#1750_chart_livenessprobe
helm: Fix liveness probe timeout for descheduler chart
2 parents 564c2c2 + 9eb582c commit e3503d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/descheduler/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ livenessProbe:
227227
path: /healthz
228228
port: 10258
229229
scheme: HTTPS
230-
initialDelaySeconds: 3
231-
periodSeconds: 10
230+
initialDelaySeconds: 5
231+
periodSeconds: 20
232+
timeoutSeconds: 5
232233

233234
service:
234235
enabled: false

0 commit comments

Comments
 (0)