Loosen sdc liveness readiness probe 37/96437/1
authorBrian Freeman <bf1936@att.com>
Mon, 30 Sep 2019 18:28:30 +0000 (13:28 -0500)
committerBrian Freeman <bf1936@att.com>
Mon, 30 Sep 2019 18:28:39 +0000 (13:28 -0500)
Issue-ID: INT-1290
Change-Id: Iac5a16dae644a61de04bca00f49f14ae98dac995
Signed-off-by: Brian Freeman <bf1936@att.com>
deployment/heat/onap-rke/env/windriver/onap-oom.env

index 951c6bf..f044413 100644 (file)
@@ -182,6 +182,24 @@ parameters:
           periodSeconds: 120
         readiness:
           periodSeconds: 60
+      sdc-be:
+        liveness:
+          initialDelaySeconds: 120
+          periodSeconds: 120
+          timeoutSeconds: 15
+        readiness:
+          initialDelaySeconds: 120
+          periodSeconds: 120
+          timeoutSeconds: 15
+      sdc-fe:
+        livenessProbe:
+          initialDelaySeconds: 120
+          periodSeconds: 120
+          timeoutSeconds: 15
+        readinessProbe:
+          initialDelaySeconds: 120
+          periodSeconds: 120
+          timeoutSeconds: 15
     uui:
       enabled: true
     vfc: