Changing url in integration test to align with spec
[ric-plt/a1.git] / integration_tests / a1mediator / templates / deployment.yaml
index 45b1a45..40f3faf 100644 (file)
@@ -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 }}