Unverified Commit 4a18dbba authored by watucker's avatar watucker Committed by GitHub
Browse files

Merge pull request #219 from ESGF/logstash-endpoint-fix

Logstash endpoint fix
parents f6291bce 56e23752
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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-----
+1 −1
Original line number Diff line number Diff line
@@ -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-----
+1 −1
Original line number Diff line number Diff line
@@ -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 && \