From 5a8b65cd7c0a14f750cad665e1535961c225ac4f Mon Sep 17 00:00:00 2001 From: rahulpa Date: Wed, 13 Mar 2019 12:31:18 -0700 Subject: [PATCH] add delay to adservice readiness probe. --- kubernetes-manifests/adservice.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes-manifests/adservice.yaml b/kubernetes-manifests/adservice.yaml index 713ebcd..296cfc1 100644 --- a/kubernetes-manifests/adservice.yaml +++ b/kubernetes-manifests/adservice.yaml @@ -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"]