From 05b548dd8a5b1fa14419d2be5e8487c3f8efa745 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Fri, 8 Oct 2021 10:17:42 +0100 Subject: Fixing policy-models-simulators helm chart Change-Id: I137be6241f934729d3452e308e24c454500ec86a Issue-ID: POLICY-3655 Signed-off-by: a.sreekumar --- helm/policy-models-simulator/templates/deployment.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'helm/policy-models-simulator') diff --git a/helm/policy-models-simulator/templates/deployment.yaml b/helm/policy-models-simulator/templates/deployment.yaml index 02c49df7..84ba530d 100644 --- a/helm/policy-models-simulator/templates/deployment.yaml +++ b/helm/policy-models-simulator/templates/deployment.yaml @@ -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 - -- cgit 1.2.3-korg