From 9246dd669d4e1ee3c3b0647d456bee8e6d064f52 Mon Sep 17 00:00:00 2001 From: almog8k Date: Mon, 27 Apr 2026 17:57:08 +0300 Subject: [PATCH 1/2] feat(helm): update nginx volume mounts for downloads configuration --- helm/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 9d605c0..3d38251 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -121,8 +121,9 @@ nginx: claimName: "internal-pvc-nfs" extraVolumeMounts: - - mountPath: "/etc/nginx/conf.d/extensions" - name: nginx-config + - name: nginx-config + mountPath: "/etc/nginx/conf.d/extensions/downloads-location.conf" + subPath: downloads-location.conf - name: gpkgs-storage mountPath: /usr/share/nginx/html/downloads subPath: gpkgs From 82a7fa5fa36866a30f71c149180e32491f0ee25b Mon Sep 17 00:00:00 2001 From: almog8k Date: Mon, 27 Apr 2026 18:04:46 +0300 Subject: [PATCH 2/2] feat(helm): update nginx volume mounts for artifacts storage configuration --- helm/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 3d38251..a0e5e7e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -124,9 +124,9 @@ nginx: - name: nginx-config mountPath: "/etc/nginx/conf.d/extensions/downloads-location.conf" subPath: downloads-location.conf - - name: gpkgs-storage - mountPath: /usr/share/nginx/html/downloads - subPath: gpkgs + - name: artifacts-storage + mountPath: /usr/share/nginx/html/downloads/ + subPath: raster/artifacts resources: enabled: true