Add a1 helm chart
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / ingress-e2mgr.yaml~
diff --git a/ric-platform/50-RIC-Platform/helm/ingress-e2mgr.yaml~ b/ric-platform/50-RIC-Platform/helm/ingress-e2mgr.yaml~
new file mode 100644 (file)
index 0000000..3083a15
--- /dev/null
@@ -0,0 +1,13 @@
+apiVersion: extensions/v1beta1
+kind: Ingress
+metadata:
+  name: ric-ingress
+spec:
+  rules:
+  - host: foo.bar.com
+    http:
+      paths:
+      - path: /e2mgr
+        backend:
+          serviceName: r0-e2mgr
+          servicePort: 3800
\ No newline at end of file