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;h=5bc0e94807518852944ed3c3563a68b92cb9827f;hb=05175041bd4df59ed506224331a4bb246c1edf5e;hp=d2342a50fdfa5a9f687cf6af884478c1e983fc8c;hpb=b98e18905302fc97cd0ec46c8cc10b1844f08e4e;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 d2342a50..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 @@ -1,12 +1,12 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: ric-ingress-appmgr + name: {{ include "common.ingressname.appmgr" . }} spec: rules: - http: paths: - - path: /appmgr + - path: {{ include "common.kongpath.ric.appmgr" . }} backend: - serviceName: {{ include "appmgr.fullname" . }} - servicePort: {{ .Values.appmgr.service.port }} \ No newline at end of file + serviceName: {{ include "common.servicename.appmgr.http" . }} + servicePort: {{ include "common.serviceport.appmgr.http" . }}