blob: 015aff278babffe59bc8ecda9e7979fb498f8af8 [file] [log] [blame]
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ include "common.ingressname.e2mgr" . }}
spec:
rules:
- http:
paths:
- path: {{ include "common.kongpath.ric.e2mgr" . }}
backend:
serviceName: {{ include "common.servicename.e2mgr.http" . }}
servicePort: {{ include "common.serviceport.e2mgr.http" . }}