Open camuffo opened 3 weeks ago
geoserver/latest/templates/persistence.yaml should define a new PVC (name: {{ include "geoserver.fullname" . }}-data), to store uploaded data. It should be used in the GeoServer StatefulSet.
geoserver/latest/templates/persistence.yaml
name: {{ include "geoserver.fullname" . }}-data
The data pvc should be mounted at /var/geoserver/data.
/var/geoserver/data
Also remove "coverages" PVC as it is not actively used by the STS.
geoserver/latest/templates/persistence.yaml
should define a new PVC (name: {{ include "geoserver.fullname" . }}-data
), to store uploaded data. It should be used in the GeoServer StatefulSet.