Skip to content

Commit

Permalink
feat: update routes with temporary host names
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Jan 5, 2021
1 parent a61efc7 commit 4eb98ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
8 changes: 3 additions & 5 deletions helm/cas-ciip-portal/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ggircs:
replicas: 2
route:
host: ciip-dev.apps.silver.devops.gov.bc.ca
insecure: true

image:
schema:
Expand Down Expand Up @@ -46,10 +45,9 @@ sitewide_notice:
mailhog:
enable: true
securityContext:
{}
# runAsUser: 1009900000
# fsGroup: 1009900000
# runAsNonRoot: true
runAsUser: 1001650000
fsGroup: 1001650000
runAsNonRoot: true
host: cas-mailhog-dev.apps.silver.devops.gov.bc.ca

cas-postgres:
Expand Down
3 changes: 1 addition & 2 deletions helm/cas-ciip-portal/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
replicas: 3
route:
host: ciip.gov.bc.ca
insecure: false # cert has been issued
host: ciip.apps.silver.devops.gov.bc.ca

analytics:
enable: true
Expand Down
9 changes: 4 additions & 5 deletions helm/cas-ciip-portal/values-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
replicas: 2
route:
host: test.ciip.gov.bc.ca
insecure: false # cert has been issued
host: ciip-test.apps.silver.devops.gov.bc.ca

env:
smtpConnectionString: smtp://cas-ciip-portal-mailhog:1025
Expand Down Expand Up @@ -33,13 +32,13 @@ dag:
name: "ciip_deploy_db_test"

restoreFromProd:
enable: false # TODO enable once prod is deployed
enable: true

mailhog:
enable: true
securityContext:
runAsUser: 1009960000
fsGroup: 1009960000
runAsUser: 1001660000
fsGroup: 1001660000
runAsNonRoot: true
host: cas-mailhog-09269b-test.pathfinder.gov.bc.ca

Expand Down

0 comments on commit 4eb98ba

Please sign in to comment.