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=f14d4e21a5e90b4f7763c491caf0f64401ea404b;hb=refs%2Fchanges%2F75%2F675%2F2;hp=d6acd6e09a064e08281110c4a329e828770e8f79;hpb=a9ae10bcbf57300b65fb0f39090034554c59270c;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..f14d4e21 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml @@ -74,11 +74,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /ui + path: /healthcheck port: http readinessProbe: httpGet: - path: /ui + path: /healthcheck port: http volumes: - name: "a1conf"