Skip to content

Commit

Permalink
Changing to a single externalUrl.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGilleran committed May 28, 2018
1 parent b07acb3 commit b14ba86
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion deploy/helm/magda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ correspondence-api:
requests:
cpu: 100m
memory: 0
externalUrl: "https://magda-dev.terria.io"
defaultRecipient: "[email protected]"
smtpHostname: "smtp.mailgun.org"
smtpPort: 2525
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
"/usr/src/app/component/dist/index.js",
"--listenPort", "80",
"--registryUrl", "http://registry-api/v0",
"--externalUrl", {{ .Values.externalUrl | quote }},
"--externalUrl", {{ .Values.global.externalUrl | quote }},
"--smtpHostname", {{ .Values.smtpHostname | quote }},
"--smtpPort", {{ .Values.smtpPort | default 587 | quote }},
"--smtpSecure", {{ .Values.smtpSecure | default true | quote }},
Expand Down
3 changes: 1 addition & 2 deletions deploy/helm/magda/charts/correspondence-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ resources: {}
# cpu: 100m
# memory: 128Mi
smtpPort: 587
defaultRecipient: "[email protected]"
externalUrl: "https://search.data.gov.au"
defaultRecipient: "[email protected]"
1 change: 0 additions & 1 deletion deploy/helm/minikube-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ sleuther-format:
correspondence-api:
smtpPort: 2525
defaultRecipient: "[email protected]"
externalUrl: "http://localhost"
smtpHostname: "smtp.mailgun.org"
1 change: 0 additions & 1 deletion deploy/helm/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ correspondence-api:
requests:
cpu: 100m
memory: 0
externalUrl: "https://magda-dev.terria.io"
defaultRecipient: "[email protected]"
smtpHostname: "smtp.mailgun.org"
smtpPort: 2525
1 change: 0 additions & 1 deletion deploy/helm/search-data-gov-au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ correspondence-api:
requests:
cpu: 100m
memory: 200Mi
externalUrl: "https://search.data.gov.au"
defaultRecipient: "[email protected]"
smtpHostname: "smtp.mailgun.org"
smtpPort: 2525

0 comments on commit b14ba86

Please sign in to comment.