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