Merge "Container restart loop"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Fri, 12 Oct 2018 13:59:42 +0000 (13:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 12 Oct 2018 13:59:42 +0000 (13:59 +0000)
kubernetes/nbi/values.yaml

index 89a3f4b..ac5d326 100644 (file)
@@ -87,8 +87,8 @@ liveness:
   httpGet:
     path: /nbi/api/v3/status
     port: 8080
-  initialDelaySeconds: 120
-  periodSeconds: 20
+  initialDelaySeconds: 180
+  periodSeconds: 30
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
@@ -97,8 +97,8 @@ readiness:
   httpGet:
     path: /nbi/api/v3/status
     port: 8080
-  initialDelaySeconds: 125
-  periodSeconds: 20
+  initialDelaySeconds: 185
+  periodSeconds: 30
 
 service:
   type: NodePort