Merge R3 into master
[it/dep.git] / ric-aux / helm / ves / templates / ingress-ves.yaml
diff --git a/ric-aux/helm/ves/templates/ingress-ves.yaml b/ric-aux/helm/ves/templates/ingress-ves.yaml
new file mode 100644 (file)
index 0000000..94b845e
--- /dev/null
@@ -0,0 +1,12 @@
+apiVersion: networking.k8s.io/v1beta1
+kind: Ingress
+metadata:
+  name: {{ include "common.ingressname.ves" . }}
+spec:
+  rules:
+  - http:
+      paths:
+      - path: {{ include "common.kongpath.aux.vescollector" . }}
+        backend:
+          serviceName: {{ include "common.servicename.ves.http" . }}
+          servicePort: {{ include "common.serviceport.ves.http" . }}