geosolutions-it / charts

HELM Charts by GeoSolutions
Other
3 stars 6 forks source link

Create geoserver-data PVC #29

Open camuffo opened 3 weeks ago

camuffo commented 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.

randomorder commented 1 week ago

The data pvc should be mounted at /var/geoserver/data.

Also remove "coverages" PVC as it is not actively used by the STS.