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=8195fb061b7fd8b9d1fabea509ed841b885655b3;hp=f14d4e21a5e90b4f7763c491caf0f64401ea404b;hpb=224e62fbef06e873de5b62dc11065f1c74ba9614;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 f14d4e21..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: /healthcheck + path: /a1-p/healthcheck port: http readinessProbe: httpGet: - path: /healthcheck + path: /a1-p/healthcheck port: http volumes: - name: "a1conf"