Add standalone R3 RIC platform helm charts and deployment scripts.
[ric-plt/ric-dep.git] / helm / a1mediator / templates / ingress-a1mediator.yaml
diff --git a/helm/a1mediator/templates/ingress-a1mediator.yaml b/helm/a1mediator/templates/ingress-a1mediator.yaml
new file mode 100644 (file)
index 0000000..8a04744
--- /dev/null
@@ -0,0 +1,12 @@
+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" . }}