summaryrefslogtreecommitdiffstats
path: root/charts/aaf-cs/templates
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-10-15 11:43:53 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-10-15 11:56:54 -0400
commitf4096b44dde3712699fe37a1b035efb8441f9384 (patch)
tree29d5588d9a9815e4b1071d8ebc48d838c6cb9781 /charts/aaf-cs/templates
parent538a47ae343f9d521c4434c1f113d8c8ea8fa146 (diff)
Replace liveness probe & update images
Updating to latest snapshot images. File-based "wait" being replaced with standard port-based liveness probe to fix cassandra from not starting for AAF. Change-Id: If08d6bbf766abfcebe14d23894cde9c21c96c510 Issue-ID: AAF-557 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'charts/aaf-cs/templates')
-rw-r--r--charts/aaf-cs/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aaf-cs/templates/deployment.yaml b/charts/aaf-cs/templates/deployment.yaml
index e0d500c..d52e877 100644
--- a/charts/aaf-cs/templates/deployment.yaml
+++ b/charts/aaf-cs/templates/deployment.yaml
@@ -63,8 +63,8 @@ spec:
periodSeconds: {{ .Values.liveness.periodSeconds }}
{{ end -}}
readinessProbe:
- exec:
- command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","wait"]
+ tcpSocket:
+ port: {{ .Values.service.internalPort3 }}
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
resources: