Add readiness probe
This commit is contained in:
parent
f8b05bf760
commit
f131f64641
@ -35,3 +35,9 @@ spec:
|
|||||||
port: 4567
|
port: 4567
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
periodSeconds: 3
|
periodSeconds: 3
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /readyz
|
||||||
|
port: 4567
|
||||||
|
initialDelaySeconds: 5
|
||||||
|
periodSeconds: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user