From a281bd3bbd594640a3b785c4224b073eb70459eb Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Fri, 23 May 2025 09:45:05 +0200 Subject: [PATCH] WIP Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- helm/dbrepo/files/dbrepo.conf | 2 +- helm/dbrepo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/dbrepo/files/dbrepo.conf b/helm/dbrepo/files/dbrepo.conf index 881d8164da..e1ed114d1e 100644 --- a/helm/dbrepo/files/dbrepo.conf +++ b/helm/dbrepo/files/dbrepo.conf @@ -18,7 +18,7 @@ server { server_name _; location /assets/ { - root /app/assets; + root /app; expires max; access_log off; autoindex on; diff --git a/helm/dbrepo/values.yaml b/helm/dbrepo/values.yaml index 23b6b000a9..72c8bf87b6 100644 --- a/helm/dbrepo/values.yaml +++ b/helm/dbrepo/values.yaml @@ -1250,7 +1250,7 @@ gatewayservice: - name: empty-dir mountPath: /var/log/nginx - name: logging-config - mountPath: /app # irrelevant but needed from bitnami chart + mountPath: /tmp ## @param gatewayservice.replicaCount The number of replicas. replicaCount: 3 -- GitLab