Skip to content

Commit

Permalink
Fixes missing statics in Geoserver raster store creation (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Cruciani <[email protected]>
  • Loading branch information
AleMScof and Alessio Cruciani committed Jul 10, 2024
1 parent 3cf9a30 commit d0e27a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/geonode/templates/geoserver/geoserver-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d0e27a0

Please sign in to comment.