9f72cfc578fb6e98bd1ec1d45dfac7c6146db874
[ric-plt/ric-dep.git] / helm / e2mgr / templates / ingress-e2mgr.yaml
1 apiVersion: networking.k8s.io/v1
2 kind: Ingress
3 metadata:
4   name: {{ include "common.ingressname.e2mgr" . }}
5 spec:
6   rules:
7   - http:
8       paths:
9       - path: {{ include "common.kongpath.ric.e2mgr" . }}
10         pathType: Prefix
11         backend:
12           service:
13             name: {{ include "common.servicename.e2mgr.http" . }}
14             port:
15               number: {{ include "common.serviceport.e2mgr.http" . }}