X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;fp=integration_tests%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;h=40f3fafa6030a6d15ad935e7bc1a6d612c0981c7;hb=a14b1ff41dfdbe39a8d7846df60d8733a227bfdf;hp=45b1a458ab08daa1582bb6dc197b9d4e2e914602;hpb=c74aa8d94c6f813ec94dc824fa820e1bedbe4529;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/templates/deployment.yaml b/integration_tests/a1mediator/templates/deployment.yaml index 45b1a45..40f3faf 100644 --- a/integration_tests/a1mediator/templates/deployment.yaml +++ b/integration_tests/a1mediator/templates/deployment.yaml @@ -49,11 +49,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /a1-p/healthcheck + path: /A1-P/v2/healthcheck port: http readinessProbe: httpGet: - path: /a1-p/healthcheck + path: /A1-P/v2/healthcheck port: http resources: {{- toYaml .Values.resources | nindent 12 }}