add delay to adservice readiness probe.
This commit is contained in:
parent
11e282824e
commit
5a8b65cd7c
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@ spec:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 300Mi
|
memory: 300Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 20
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
exec:
|
exec:
|
||||||
command: ["/bin/grpc_health_probe", "-addr=:9555"]
|
command: ["/bin/grpc_health_probe", "-addr=:9555"]
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 20
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
exec:
|
exec:
|
||||||
command: ["/bin/grpc_health_probe", "-addr=:9555"]
|
command: ["/bin/grpc_health_probe", "-addr=:9555"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue