X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fhelm%2Fves%2Ftemplates%2Fingress-ves.yaml;fp=ric-aux%2Fhelm%2Fves%2Ftemplates%2Fingress-ves.yaml;h=94b845e4a27093b8b4f081abe5f5b192e5a44d3c;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0000000000000000000000000000000000000000;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/helm/ves/templates/ingress-ves.yaml b/ric-aux/helm/ves/templates/ingress-ves.yaml new file mode 100644 index 00000000..94b845e4 --- /dev/null +++ b/ric-aux/helm/ves/templates/ingress-ves.yaml @@ -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" . }}