Skip to content

Commit 22cc0f4

Browse files
committed
fix probes definition
1 parent ed2b19d commit 22cc0f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/netapp-neo/templates/worker-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ spec:
9191
port: http
9292
initialDelaySeconds: 60
9393
periodSeconds: 30
94-
timeoutSeconds: 10
95-
failureThreshold: 3
94+
timeoutSeconds: 15
95+
failureThreshold: 6
9696
readinessProbe:
9797
httpGet:
98-
path: /health
98+
path: /ready
9999
port: http
100100
initialDelaySeconds: 60
101101
periodSeconds: 10

0 commit comments

Comments
 (0)