Fixing policy-models-simulators helm chart 57/124757/1
authora.sreekumar <ajith.sreekumar@bell.ca>
Fri, 8 Oct 2021 09:17:42 +0000 (10:17 +0100)
committera.sreekumar <ajith.sreekumar@bell.ca>
Fri, 8 Oct 2021 09:19:16 +0000 (10:19 +0100)
Change-Id: I137be6241f934729d3452e308e24c454500ec86a
Issue-ID: POLICY-3655
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
helm/policy-models-simulator/templates/deployment.yaml

index 02c49df..84ba530 100644 (file)
@@ -44,16 +44,16 @@ spec:
               - /bin/bash
               - -c
               - nodetool status | grep $POD_IP | awk '$1!="UN" { exit 1; }'
-              initialDelaySeconds: 120
-              periodSeconds: 20
+            initialDelaySeconds: 120
+            periodSeconds: 20
           readinessProbe:
             exec:
               command:
               - /bin/bash
               - -c
               - nodetool status | grep $POD_IP | awk '$1!="UN" { exit 1; }'
-              initialDelaySeconds: 120
-              periodSeconds: 20
+            initialDelaySeconds: 120
+            periodSeconds: 20
           volumeMounts:
             - mountPath: /opt/app/policy/simulators/etc/mounted/
               name: simconfig
@@ -77,4 +77,3 @@ spec:
           configMap:
             name: {{ include "policy-models-simulator.fullname" . }}-configmap
             defaultMode: 0755
-