Updated probes to recomended endpoint
This commit is contained in:
parent
0b0859e28e
commit
1fe99abeba
|
@ -25,13 +25,13 @@ spec:
|
|||
cpu: ".5"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /grid/console
|
||||
path: /wd/hub/status
|
||||
port: 4444
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /grid/console
|
||||
path: /wd/hub/status
|
||||
port: 4444
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
|
|
Loading…
Reference in New Issue