Near RT RIC Platform new-installer initial release
[ric-plt/ric-dep.git] / new-installer / helm / charts / nearrtric / appmgr / templates / ingress-appmgr.yaml
diff --git a/new-installer/helm/charts/nearrtric/appmgr/templates/ingress-appmgr.yaml b/new-installer/helm/charts/nearrtric/appmgr/templates/ingress-appmgr.yaml
new file mode 100644 (file)
index 0000000..1ec98b2
--- /dev/null
@@ -0,0 +1,15 @@
+apiVersion: networking.k8s.io/v1
+kind: Ingress
+metadata:
+  name: {{ include "common.ingressname.appmgr" . }}
+spec:
+  rules:
+  - http:
+      paths:
+      - path: {{ include "common.kongpath.ric.appmgr" . }}
+        pathType: Prefix
+        backend:
+          service:
+            name: {{ include "common.servicename.appmgr.http" . }}
+            port:
+              number: {{ include "common.serviceport.appmgr.http" . }}