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 }}