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
|
||||
memory: 300Mi
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 20
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
exec:
|
||||
command: ["/bin/grpc_health_probe", "-addr=:9555"]
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 20
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
exec:
|
||||
command: ["/bin/grpc_health_probe", "-addr=:9555"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue