Updating in healthcheck url to align with specs
[ric-plt/ric-dep.git] / helm / a1mediator / templates / deployment.yaml
index a4023e7..9b9c3f5 100644 (file)
@@ -71,11 +71,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
       volumes:
         - name: "a1conf"