From bfe3ff24c7e949e0a6ce8c1f09c7115911b50afc Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Sat, 21 May 2022 08:49:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20:=20add=20missing=20GAIA=5FEXTER?= =?UTF-8?q?NAL=5FURL=20env=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chart.yaml | 2 +- templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 0b2c7ea..79060f7 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,6 +4,6 @@ description: A Helm chart for Gaia and Gaia Runner type: application -version: 0.1.0 +version: 0.1.1 appVersion: "2.3.0" diff --git a/templates/deployment.yaml b/templates/deployment.yaml index fdc1be9..c91fc4a 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -40,6 +40,8 @@ spec: value: "1234" - name: LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_DATA_MONGODB value: WARN + - name: GAIA_EXTERNAL_URL + value: http://gaia:80 ports: - name: http containerPort: 8080