X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;h=44304833f1a1e03a1e1e43cda001d8a988be2e1d;hb=3ba2c1de705188903ca08c1a8131faa843d2ffb9;hp=d6acd6e09a064e08281110c4a329e828770e8f79;hpb=bb6097c9e2fa2918028892b2c5e675841029bee9;p=it%2Fdep.git 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 d6acd6e0..44304833 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml @@ -48,12 +48,6 @@ spec: containers: - name: {{ include "common.containername.a1mediator" . }} volumeMounts: - - name: a1conf - mountPath: /opt/ricmanifest.json - subPath: ricmanifest.json - - name: a1conf - mountPath: /opt/rmr_string_int_mapping.txt - subPath: rmr_string_int_mapping.txt - name: a1conf mountPath: /opt/route/local.rt subPath: local.rt @@ -74,11 +68,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /ui + path: /a1-p/healthcheck port: http readinessProbe: httpGet: - path: /ui + path: /a1-p/healthcheck port: http volumes: - name: "a1conf"