Increase initial delay time for CDS pods 73/89973/1
authorYang Xu <yang.xu@futurewei.com>
Mon, 17 Jun 2019 05:19:37 +0000 (01:19 -0400)
committerYang Xu <yang.xu@futurewei.com>
Mon, 17 Jun 2019 05:19:55 +0000 (01:19 -0400)
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: OOM-1931
Change-Id: I338622dbe7a2adfa9ae00f3e8c14157cb4181236

kubernetes/cds/charts/cds-blueprints-processor/values.yaml
kubernetes/cds/charts/cds-controller-blueprints/values.yaml

index 51e8e5b..a2e3da6 100755 (executable)
@@ -59,14 +59,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 120
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
 
 readiness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 120
   periodSeconds: 10
 
 service:
index c924b2b..b629c51 100755 (executable)
@@ -58,14 +58,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 120
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
 
 readiness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 120
   periodSeconds: 10
 
 service: