From: Andreas Geissler Date: Wed, 19 Apr 2023 08:27:31 +0000 (+0200) Subject: [POLICY] Fix policy-gui Ingress setup X-Git-Tag: 12.0.0~53^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F134225%2F1;p=oom.git [POLICY] Fix policy-gui Ingress setup Change the target service for the policy-gui Issue-ID: OOM-3165 Signed-off-by: Andreas Geissler Change-Id: I803e32b2be0e35f9670b4a241e06c77009104325 --- diff --git a/kubernetes/policy/components/policy-gui/values.yaml b/kubernetes/policy/components/policy-gui/values.yaml index 8b41911799..5e48e99d7a 100644 --- a/kubernetes/policy/components/policy-gui/values.yaml +++ b/kubernetes/policy/components/policy-gui/values.yaml @@ -84,7 +84,7 @@ ingress: enabled: false service: - baseaddr: "policy-ui" - name: "policygui" + name: "policy-gui" port: 2443 config: ssl: "redirect"