1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

helm: Fix liveness probe timeout for descheduler chart

This commit is contained in:
Rostislav Stříbrný
2025-09-30 14:52:40 +02:00
parent 925b388702
commit 9eb582cd67

View File

@@ -227,8 +227,9 @@ livenessProbe:
path: /healthz
port: 10258
scheme: HTTPS
initialDelaySeconds: 3
periodSeconds: 10
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 5
service:
enabled: false