Loading deploy/ansible/roles/data/defaults/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ logstash_image_tag: "{{ image_tag }}" logstash_image_pull: "{{ image_pull }}" logstash_image_repository: logstash # Settings for the stats server logstash_stats_server: proxy02.cmcc.it logstash_stats_server: ophidialab.cmcc.it logstash_stats_port: 5045 logstash_stats_certificate: | -----BEGIN CERTIFICATE----- Loading deploy/kubernetes/chart/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ data: # Use these variables to configure the target server # The default server is the CMCC server # Your IP must be whitelisted in order to send data to the CMCC service server: proxy02.cmcc.it server: ophidialab.cmcc.it port: 5045 certificate: | -----BEGIN CERTIFICATE----- Loading images/thredds/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ FROM ${ESGF_REPOSITORY_BASE}/jdk:${ESGF_IMAGES_VERSION} as builder # Unpack the THREDDS war ARG THREDDS_VERSION=5.5 ARG THREDDS_SHA1=1d74d27f2470341bb59c598cba3d25fa5322990e ARG THREDDS_SHA1=772e48b8e91cfcd31f55ed978b0d5963c2319cbc ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION-SNAPSHOT.war RUN mkdir /application && \ cd /application && \ Loading Loading
deploy/ansible/roles/data/defaults/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ logstash_image_tag: "{{ image_tag }}" logstash_image_pull: "{{ image_pull }}" logstash_image_repository: logstash # Settings for the stats server logstash_stats_server: proxy02.cmcc.it logstash_stats_server: ophidialab.cmcc.it logstash_stats_port: 5045 logstash_stats_certificate: | -----BEGIN CERTIFICATE----- Loading
deploy/kubernetes/chart/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ data: # Use these variables to configure the target server # The default server is the CMCC server # Your IP must be whitelisted in order to send data to the CMCC service server: proxy02.cmcc.it server: ophidialab.cmcc.it port: 5045 certificate: | -----BEGIN CERTIFICATE----- Loading
images/thredds/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ FROM ${ESGF_REPOSITORY_BASE}/jdk:${ESGF_IMAGES_VERSION} as builder # Unpack the THREDDS war ARG THREDDS_VERSION=5.5 ARG THREDDS_SHA1=1d74d27f2470341bb59c598cba3d25fa5322990e ARG THREDDS_SHA1=772e48b8e91cfcd31f55ed978b0d5963c2319cbc ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION-SNAPSHOT.war RUN mkdir /application && \ cd /application && \ Loading