diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-04-20 06:58:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-20 06:58:34 +0000 |
commit | 730df990a2eecf28033454c171545820b64d3a3c (patch) | |
tree | 7d3270b74bae3b1365a2968f93b810a158a7d205 /kubernetes | |
parent | ab4477c2d1834303f3e6efbb647e36387399fc03 (diff) | |
parent | ef27b9d6acb16f83b41e23017df398677de050d2 (diff) |
Merge "[POLICY] Fix policy-gui Ingress setup"
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" |