Add standalone R3 RIC platform helm charts and deployment scripts.
[ric-plt/ric-dep.git] / helm / appmgr / templates / ingress-appmgr.yaml
1 apiVersion: networking.k8s.io/v1beta1
2 kind: Ingress
3 metadata:
4   name: {{ include "common.ingressname.appmgr" . }}
5 spec:
6   rules:
7   - http:
8       paths:
9       - path: {{ include "common.kongpath.ric.appmgr" . }}
10         backend:
11           serviceName: {{ include "common.servicename.appmgr.http" . }}
12           servicePort: {{ include "common.serviceport.appmgr.http" . }}