aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-04-19 10:27:31 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-04-19 10:29:12 +0200
commitef27b9d6acb16f83b41e23017df398677de050d2 (patch)
treebf276ac85ac166f1266dd23bfcc41bdc9bc0b2e2
parent6356e07a0caa7caef201d64977bd9615f6837853 (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
-rw-r--r--kubernetes/policy/components/policy-gui/values.yaml2
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"