From 22f3b16043de9d28461a523202018ef82fcb892d Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 7 Feb 2023 13:10:01 +0100 Subject: [UUI] Make UUI SM compatible Change the service definitions and deployment to support the nonTLS setup (AAF removal) using existing templates Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler Change-Id: If86aa97e2bc8eef628a02d43407b2f16b1d06783 --- .../uui/components/uui-server/resources/config/application.properties | 2 ++ 1 file changed, 2 insertions(+) (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 ee531dc741..cb26c750f9 100644 --- a/kubernetes/uui/components/uui-server/resources/config/application.properties +++ b/kubernetes/uui/components/uui-server/resources/config/application.properties @@ -47,7 +47,9 @@ logging.level.*=INFO 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