Integrate appmgr with common template. Add ingress controller entries in the common...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / ingress-e2mgr.yaml
1 apiVersion: extensions/v1beta1
2 kind: Ingress
3 metadata:
4   name: ric-ingress-e2mgr
5 spec:
6   rules:
7   - host: foo.bar.com
8     http:
9       paths:
10       - path: /e2mgr
11         backend:
12           serviceName: r0-e2mgr
13           servicePort: 3800