Skip to content

Commit

Permalink
🐛 : add missing GAIA_EXTERNAL_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed May 21, 2022
1 parent 91c1ffb commit bfe3ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfe3ff2

Please sign in to comment.