Merge pull request #290 from mario-mazo/new-seleniumhub-enpoints
Updated selenium hub health probes to recommended endpoints
This commit is contained in:
commit
b831dde73d
|
@ -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