From 100aa6e5baac8d19d1ec1b12689d1e137d83ea71 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 6 Mar 2025 11:01:12 +0100 Subject: [UUI] Use new uui-server image - use 15.0.3 uui-server image - introduce startup probe to have pod available as early as possible - use spring-boot's actuator endpoint for the probes - adjust common/nginx to not use tls and have a revisionHistoryLimit of 1 Issue-ID: USECASEUI-885 Change-Id: I763d3c2f0f9cd1b9748f18b347adb891c8e8b040 Signed-off-by: Fiete Ostkamp --- .../uui/components/uui-server/resources/config/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kubernetes/uui/components/uui-server/resources/config/application.properties') diff --git a/kubernetes/uui/components/uui-server/resources/config/application.properties b/kubernetes/uui/components/uui-server/resources/config/application.properties index 3b966f902b..a86cea7ff3 100644 --- a/kubernetes/uui/components/uui-server/resources/config/application.properties +++ b/kubernetes/uui/components/uui-server/resources/config/application.properties @@ -15,7 +15,7 @@ ## ## General App Properties spring.application.name=uui-server -server.servlet.contextPath=/api/usecaseui-server/v1 +server.servlet.contextPath={{ .Values.uuiServer.basePath }} server.port=8082 spring.http.multipart.max-file-size=128MB spring.http.multipart.max-request-size=128MB @@ -56,6 +56,7 @@ management.tracing.sampling.probability={{ default .Values.global.tracing.sampli management.zipkin.tracing.endpoint={{ default .Values.global.tracing.collector.baseUrl .Values.tracing.collector.baseUrl }}/api/v2/spans uui-server.client.aai.baseUrl={{ .Values.uuiServer.client.aai.baseUrl }} +uui-server.client.aai.apiVersion={{ .Values.uuiServer.client.aai.apiVersion }} uui-server.client.aai.username={{ .Values.uuiServer.client.aai.username }} uui-server.client.aai.password={{ .Values.uuiServer.client.aai.password }} uui-server.client.so.baseUrl={{ .Values.uuiServer.client.so.baseUrl }} -- cgit