Skip to content

Commit

Permalink
Remove override args geonetwork component
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Jun 6, 2024
1 parent c8d6149 commit f3a55b4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions templates/geonetwork/geonetwork-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,6 @@ spec:
containers:
- name: georchestra-geonetwork
image: {{ $webapp.docker_image }}
command: ["/bin/sh"]
args: ["-c", "rm /docker-entrypoint.d/01-wait-for-db; rm /docker-entrypoint.d/02-wait-for-console; /docker-entrypoint.sh \
java \
-Djava.io.tmpdir=/tmp/jetty \
-Djava.util.prefs.userRoot=/tmp/userPrefs \
-Djava.util.prefs.systemRoot=/tmp/systemPrefs \
-Dgeorchestra.datadir=/etc/georchestra \
-Dgeonetwork.jeeves.configuration.overrides.file=/etc/georchestra/geonetwork/config/config-overrides-georchestra.xml \
-Dgeonetwork.dir=/mnt/geonetwork_datadir \
-Xms$XMS -Xmx$XMX \
-XX:-UsePerfData \
${JAVA_OPTIONS} \
-Djetty.httpConfig.sendServerVersion=false \
-Djetty.jmxremote.rmiregistryhost=0.0.0.0 \
-Djetty.jmxremote.rmiserverhost=0.0.0.0 \
-jar /usr/local/jetty/start.jar"]
imagePullPolicy: Always
volumeMounts:
- mountPath: /etc/georchestra
Expand Down

0 comments on commit f3a55b4

Please sign in to comment.