Skip to content

Commit

Permalink
feat: dev and test routes are subdomains of ciip.gov.bc.ca
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Jun 15, 2020
1 parent d0bff35 commit 5a7cb50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion helm/cas-ciip-portal/values-wksv3k-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ resources:
memory: 256Mi

route:
host: https://ciip-dev.pathfinder.gov.bc.ca
host: http://dev.ciip.gov.bc.ca
insecure: true # temporary setting until cert is generated

env:
smtpConnectionString: smtp://apps.smtp.gov.bc.ca/?port=25&ignoreTLS=true&secure=false
Expand Down
3 changes: 2 additions & 1 deletion helm/cas-ciip-portal/values-wksv3k-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ resources:
memory: 256Mi

route:
host: https://ciip-test.pathfinder.gov.bc.ca
host: http://test.ciip.gov.bc.ca
insecure: true # temporary setting until cert is generated

env:
smtpConnectionString: smtp://example.com
Expand Down

0 comments on commit 5a7cb50

Please sign in to comment.