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"]