Skip to content

Commit

Permalink
add copy of web.xml for geoserver slaves (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 authored Sep 11, 2023
1 parent ba4e92d commit 9697851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geoserver-lb/templates/geoserver-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ spec:
if [ -f /mnt/georchestra_datadir/geoserver/jetty-env.xml ] ;
then cp /mnt/georchestra_datadir/geoserver/jetty-env.xml /mnt/geoserver_webapp/WEB-INF/jetty-env.xml ;
fi ;
if [ -f /mnt/georchestra_datadir/geoserver/web.xml ] ; then
cp /mnt/georchestra_datadir/geoserver/web.xml /mnt/geoserver_webapp/WEB-INF/web.xml ;
fi ;
image: {{ .Values.geoserver.docker_image }}
imagePullPolicy: IfNotPresent
resources: {}
Expand Down

0 comments on commit 9697851

Please sign in to comment.