Add a1 helm chart
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / ingress.yaml~
diff --git a/ric-platform/50-RIC-Platform/helm/ingress.yaml~ b/ric-platform/50-RIC-Platform/helm/ingress.yaml~
new file mode 100644 (file)
index 0000000..91ba4eb
--- /dev/null
@@ -0,0 +1,17 @@
+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
+      - path: /appmgr
+        backend:
+         serviceName: r0-appmgr
+         servicePort: 8080
\ No newline at end of file