aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/nginx/values.yaml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-17 11:13:00 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-03-02 15:31:37 +0100
commitabd58dd7956fabc766a330a01e4de6208e802cb1 (patch)
tree53bacde84070ad556805b68c9a48b54bcb9577d2 /kubernetes/common/nginx/values.yaml
parent0060da424b15edf2d389d9898395d5e8bd19ca6a (diff)
[UUI] Chart changes for uui-server 15.0.2
- define tracing properties in global section to allow centrally configuring it (for the whole platform) - define uui-server properties in values.yaml - use MaxRAMPercentage jvm arg to scale the jvm heap size dynamically with the pod resources (and give the process more than 128MB(!) max heap) - add a revisionHistoryLimit setting - do not use NodePorts - change default service type for nginx to ClusterIP Issue-ID: USECASEUI-875 Change-Id: I3c7893f4970c088844511ea5b038bf842ce90859 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'kubernetes/common/nginx/values.yaml')
-rw-r--r--kubernetes/common/nginx/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/nginx/values.yaml b/kubernetes/common/nginx/values.yaml
index d794acb936..bb26ecebf2 100644
--- a/kubernetes/common/nginx/values.yaml
+++ b/kubernetes/common/nginx/values.yaml
@@ -636,7 +636,7 @@ staticSitePVC: ""
service:
## @param service.type Service type
##
- type: LoadBalancer
+ type: ClusterIP
## @param service.ports.http Service HTTP port
## @param service.ports.https Service HTTPS port
##