mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
Merge pull request #1751 from rstribrn/fix/#1750_chart_livenessprobe
helm: Fix liveness probe timeout for descheduler chart
This commit is contained in:
@@ -227,8 +227,9 @@ livenessProbe:
|
|||||||
path: /healthz
|
path: /healthz
|
||||||
port: 10258
|
port: 10258
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 20
|
||||||
|
timeoutSeconds: 5
|
||||||
|
|
||||||
service:
|
service:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user