diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-04-19 10:27:31 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-04-19 10:29:12 +0200 |
commit | ef27b9d6acb16f83b41e23017df398677de050d2 (patch) | |
tree | bf276ac85ac166f1266dd23bfcc41bdc9bc0b2e2 /kubernetes | |
parent | 6356e07a0caa7caef201d64977bd9615f6837853 (diff) |
[POLICY] Fix policy-gui Ingress setup
Change the target service for the policy-gui
Issue-ID: OOM-3165
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I803e32b2be0e35f9670b4a241e06c77009104325
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/policy/components/policy-gui/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |