From: Alexis de Talhouët Date: Wed, 17 Jul 2019 12:15:07 +0000 (-0400) Subject: Update probe URI for CDS blueprint processor X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=fd9fdb94dd868734fcb9fcb4c5cbb3d2a61fb076 Update probe URI for CDS blueprint processor Change-Id: I6458697ede852318a059a054d6158df5c489c793 Issue-ID: CCSDK-1423 Signed-off-by: Alexis de Talhouët (cherry picked from commit 892564fcdda352fdb49cf16e58530519a6771c6d) --- diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml index 736b5cea24..95069fcbff 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml @@ -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