From 65c1e711d1cfb169da3de25cd29ac1483f0df936 Mon Sep 17 00:00:00 2001 From: wrider Date: Thu, 22 Aug 2019 21:29:27 -0400 Subject: [PATCH] Fix A1 healthcheck path Change-Id: I49fd20be72f31e9d2a642760c9426240a2ab8662 Signed-off-by: wrider --- .../50-RIC-Platform/helm/a1mediator/templates/deployment.yaml | 4 ++-- ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml index f14d4e21..1d2a49d7 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml @@ -74,11 +74,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /healthcheck + path: /a1-p/healthcheck port: http readinessProbe: httpGet: - path: /healthcheck + path: /a1-p/healthcheck port: http volumes: - name: "a1conf" diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml index 9bebd456..8a58108f 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml @@ -29,7 +29,7 @@ a1mediator: image: name: ric-plt-a1 - tag: 0.10.2 + tag: 0.10.3 # Service ports are now defined in # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. -- 2.16.6