From: wrider Date: Fri, 23 Aug 2019 01:29:27 +0000 (-0400) Subject: Fix A1 healthcheck path X-Git-Tag: 0.0.2~31 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=65c1e711d1cfb169da3de25cd29ac1483f0df936;p=it%2Fdep.git Fix A1 healthcheck path Change-Id: I49fd20be72f31e9d2a642760c9426240a2ab8662 Signed-off-by: wrider --- 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.