File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ components:
34
34
# Liveness probe settings
35
35
livenessProbe :
36
36
enabled : true
37
- path : /status
37
+ path : /readyz
38
38
initialDelaySeconds : 10
39
39
failureThreshold : 10
40
40
timeoutSeconds : 10
@@ -43,7 +43,7 @@ components:
43
43
# Readiness probe settings
44
44
readinessProbe :
45
45
enabled : true
46
- path : /status
46
+ path : /readyz
47
47
initialDelaySeconds : 12
48
48
failureThreshold : 10
49
49
timeoutSeconds : 10
196
196
# Liveness probe settings
197
197
livenessProbe :
198
198
enabled : true
199
- path : /wd/hub/status
199
+ path : /readyz
200
200
initialDelaySeconds : 10
201
201
failureThreshold : 10
202
202
timeoutSeconds : 10
205
205
# Readiness probe settings
206
206
readinessProbe :
207
207
enabled : true
208
- path : /wd/hub/status
208
+ path : /readyz
209
209
initialDelaySeconds : 12
210
210
failureThreshold : 10
211
211
timeoutSeconds : 10
You can’t perform that action at this time.
0 commit comments