adding kong
[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
new file mode 100644 (file)
index 0000000..8147541
--- /dev/null
@@ -0,0 +1,12 @@
+apiVersion: extensions/v1beta1
+kind: Ingress
+metadata:
+  name: ric-ingress-a1mediator
+spec:
+  rules:
+  - http:
+      paths:
+      - path: /a1mediator
+        backend:
+          serviceName: {{ include "a1mediator.fullname" . }}
+          servicePort: {{ .Values.httpservice.port }}
\ No newline at end of file