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