From 74070affee07b89770f484873d9f366f50a7cce9 Mon Sep 17 00:00:00 2001 From: iconeb Date: Wed, 26 May 2021 12:23:01 +0200 Subject: [PATCH] Add expose-route to web-ui In order to expose webui as OCP route, label to allow networkpolicy is needed --- helm-chart/templates/web-ui-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/web-ui-deploy.yaml b/helm-chart/templates/web-ui-deploy.yaml index 61bd2c0..4b3b0ba 100644 --- a/helm-chart/templates/web-ui-deploy.yaml +++ b/helm-chart/templates/web-ui-deploy.yaml @@ -75,6 +75,7 @@ spec: sidecar.istio.io/inject: "true" labels: epc-mode: webui + maistra.io/expose-route: 'true' spec: serviceAccountName: 5gcore containers: