Update probe URI for CDS blueprint processor 30/92930/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 17 Jul 2019 12:15:07 +0000 (08:15 -0400)
committerYuriy Malakov <Yuriy.Malakov@att.com>
Wed, 7 Aug 2019 17:03:55 +0000 (17:03 +0000)
Change-Id: I6458697ede852318a059a054d6158df5c489c793
Issue-ID: CCSDK-1423
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
(cherry picked from commit 892564fcdda352fdb49cf16e58530519a6771c6d)

kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml

index 736b5ce..95069fc 100755 (executable)
@@ -60,7 +60,7 @@ spec:
           {{ if .Values.liveness.enabled }}
           livenessProbe:
             httpGet:
-              path: /api/v1/execution-service/ping
+              path: /api/v1/execution-service/health-check
               port: {{ .Values.service.http.internalPort }}
               httpHeaders:
               - name: Authorization
@@ -70,7 +70,7 @@ spec:
           {{ end }}
           readinessProbe:
             httpGet:
-              path: /api/v1/execution-service/ping
+              path: /api/v1/execution-service/health-check
               port: {{ .Values.service.http.internalPort }}
               httpHeaders:
               - name: Authorization