From 02a6acd9f21bd5012c51f0bb25c7c633071d4fb0 Mon Sep 17 00:00:00 2001 From: wrider Date: Mon, 5 Aug 2019 23:20:48 -0400 Subject: [PATCH] Fix VES ingress definition Change-Id: I216858d7f749bd311912362e9028e6d854bd0e4d Signed-off-by: wrider --- ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml index d46223e1..4450bc6b 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml @@ -9,4 +9,4 @@ spec: - path: /vescollector backend: serviceName: {{ include "common.servicename.ves.http" . }} - servicePort: {{ include "common.serviceport.ves.http.container" . }} + servicePort: {{ include "common.serviceport.ves.http" . }} -- 2.16.6