From bc4ccb78259dfeb32d412d017f5ab7c2db8452d9 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Sun, 5 Feb 2023 14:44:05 +0100 Subject: [COMMON] Fix nodePort creation in _service.tpl In case of non-TLS service the nodePort was not reserved and missed to disable tls for the services (tlsEnabled) Issue-ID: OOM-3094 Signed-off-by: Andreas Geissler Change-Id: I7f5102a499f4b262556787b5db682e28a9ebcf81 --- kubernetes/onap/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/onap/values.yaml') diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 9f69363811..c7399b3f1b 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -244,7 +244,7 @@ global: # Set to false if you want to disable TLS for NodePorts. Be aware that this # will loosen your security. # if set this element will force or not tls even if serviceMesh.tls is set. - # tlsEnabled: false + tlsEnabled: false # Logging # Currently, centralized logging is not in best shape so it's disabled by -- cgit 1.2.3-korg