J release changes
[ric-plt/ric-dep.git] / helm / a1mediator / templates / deployment.yaml
index 589eecd..9b9c3f5 100644 (file)
@@ -51,8 +51,7 @@ spec:
         - name: {{ include "common.containername.a1mediator" . }}
           volumeMounts:
           - name: a1conf
-            mountPath: /opt/route/local.rt
-            subPath: local.rt
+            mountPath: /opt/route
           envFrom:
             - configMapRef:
                 name: {{ include "common.configmapname.a1mediator" . }}-env
@@ -72,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"