From c20e4dcc49a37d645e66d211e12891280f9aa4cc Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 20 Mar 2023 17:56:12 +0100 Subject: [UUI] Cleanup Helmcharts from TLS/AAF Cleanup charts and remove AAF options Issue-ID: OOM-3123 Signed-off-by: Andreas Geissler Change-Id: I0c67789bcae2187fef424edfca7eabb3e8625b30 --- .../components/uui-server/resources/config/application.properties | 7 ------- 1 file changed, 7 deletions(-) (limited to 'kubernetes/uui/components/uui-server/resources') diff --git a/kubernetes/uui/components/uui-server/resources/config/application.properties b/kubernetes/uui/components/uui-server/resources/config/application.properties index cb26c750f9..36308c0313 100644 --- a/kubernetes/uui/components/uui-server/resources/config/application.properties +++ b/kubernetes/uui/components/uui-server/resources/config/application.properties @@ -46,10 +46,3 @@ logging.level.*=INFO #enable shutdown endpoints.shutdown.enabled=true endpoints.shutdown.sensitive=false - -{{- if (include "common.needTLS" .) }} -server.ssl.protocol=TLS -server.ssl.key-store={{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.p12 -server.ssl.key-store-password=${KEYSTORE_PASSWORD} -server.ssl.key-store-type=PKCS12 -{{- end }} -- cgit 1.2.3-korg