Merge "vvp -- VNF Validation Platform"
[oom.git] / kubernetes / aaf / charts / aaf-cs / templates / deployment.yaml
index e0d500c..3abdcb3 100644 (file)
@@ -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:
@@ -89,4 +89,4 @@ spec:
         emptyDir: {}
       {{- end }}
       imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
\ No newline at end of file
+      - name: "{{ include "common.namespace" . }}-docker-registry-key"