Merge R3 into master
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / templates / ingress-appmgr.yaml
diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml
deleted file mode 100644 (file)
index e515d12..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: networking.k8s.io/v1beta1
-kind: Ingress
-metadata:
-  name: {{ include "common.ingressname.appmgr" . }}
-spec:
-  rules:
-  - http:
-      paths:
-      - path: {{ include "common.kongpath.ric.appmgr" . }}
-        backend:
-          serviceName: {{ include "common.servicename.appmgr.http" . }}
-          servicePort: {{ include "common.serviceport.appmgr.http" . }}