X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=new-installer%2Fhelm%2Fcharts%2Fnearrtric%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;fp=new-installer%2Fhelm%2Fcharts%2Fnearrtric%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;h=9f72cfc578fb6e98bd1ec1d45dfac7c6146db874;hb=f73a6667871313792e84a45015cc1f18c733e433;hp=0000000000000000000000000000000000000000;hpb=2134aadd480e01be448184d2d00e299a74aae182;p=ric-plt%2Fric-dep.git diff --git a/new-installer/helm/charts/nearrtric/e2mgr/templates/ingress-e2mgr.yaml b/new-installer/helm/charts/nearrtric/e2mgr/templates/ingress-e2mgr.yaml new file mode 100644 index 0000000..9f72cfc --- /dev/null +++ b/new-installer/helm/charts/nearrtric/e2mgr/templates/ingress-e2mgr.yaml @@ -0,0 +1,15 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: {{ include "common.ingressname.e2mgr" . }} +spec: + rules: + - http: + paths: + - path: {{ include "common.kongpath.ric.e2mgr" . }} + pathType: Prefix + backend: + service: + name: {{ include "common.servicename.e2mgr.http" . }} + port: + number: {{ include "common.serviceport.e2mgr.http" . }}