X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fingress-appmgr.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fingress-appmgr.yaml;h=5bc0e94807518852944ed3c3563a68b92cb9827f;hb=3faa1eecb410bc1b7134797ddccb807f9868476b;hp=8123930ec0b299c7061e5041ae9c8ff49f0eb1f0;hpb=1dea9821a9d5966758207c56edd1c020d6ae7707;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml index 8123930e..5bc0e948 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml @@ -6,7 +6,7 @@ spec: rules: - http: paths: - - path: /appmgr + - path: {{ include "common.kongpath.ric.appmgr" . }} backend: serviceName: {{ include "common.servicename.appmgr.http" . }} servicePort: {{ include "common.serviceport.appmgr.http" . }}