From d0e27a0dd7954b050953e3ddc6419ae4e8067653 Mon Sep 17 00:00:00 2001 From: Alessio Cruciani Date: Wed, 10 Jul 2024 22:10:47 +0200 Subject: [PATCH] Fixes missing statics in Geoserver raster store creation (#198) Co-authored-by: Alessio Cruciani --- charts/geonode/templates/geoserver/geoserver-deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/geonode/templates/geoserver/geoserver-deploy.yaml b/charts/geonode/templates/geoserver/geoserver-deploy.yaml index a00baba..224df9a 100644 --- a/charts/geonode/templates/geoserver/geoserver-deploy.yaml +++ b/charts/geonode/templates/geoserver/geoserver-deploy.yaml @@ -78,7 +78,10 @@ spec: - name: "{{ include "persistant_volume_name" . }}" mountPath: /geoserver_data/data subPath: geoserver-data-dir - + - name: "{{ include "persistant_volume_name" . }}" + mountPath: /mnt/volumes/statics + subPath: statics + readinessProbe: tcpSocket: port: {{ .Values.geoserver.port }}