[POLICY] Fix policy-gui Ingress setup 25/134225/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 19 Apr 2023 08:27:31 +0000 (10:27 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 19 Apr 2023 08:29:12 +0000 (10:29 +0200)
Change the target service for the policy-gui

Issue-ID: OOM-3165

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I803e32b2be0e35f9670b4a241e06c77009104325

kubernetes/policy/components/policy-gui/values.yaml

index 8b41911..5e48e99 100644 (file)
@@ -84,7 +84,7 @@ ingress:
   enabled: false
   service:
     - baseaddr: "policy-ui"
-      name: "policygui"
+      name: "policy-gui"
       port: 2443
   config:
     ssl: "redirect"