Skip to content

Commit

Permalink
Merge pull request #50 from bcgov/dev
Browse files Browse the repository at this point in the history
chore: new route
  • Loading branch information
ychung-mot authored Mar 27, 2024
2 parents dc88592 + 1078399 commit 51d59a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Development'
'ENV_NAME': 'dev'
'AppBaseUrl': 'https://dev-strdss.f4a30d-dev.apps.silver.devops.gov.bc.ca'
'AppBaseUrl': 'https://dev-strdata.apps.silver.devops.gov.bc.ca'
'SSO_CLIENT': 'str-dss-5303'
'SSO_HOST': 'https://dev.loginproxy.gov.bc.ca/auth'
'SSO_REALM': 'standard'
Expand All @@ -16,7 +16,7 @@ nameOverride: strdss-dev
fullnameOverride: strdss-dev

route:
host: dev-strdss.f4a30d-dev.apps.silver.devops.gov.bc.ca
host: dev-strdata.apps.silver.devops.gov.bc.ca
baseService: strdss-dev

frontend:
Expand Down
4 changes: 2 additions & 2 deletions helm/main/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Production'
'ENV_NAME': 'prod'
'AppBaseUrl': 'https://prod-strdss.f4a30d-prod.apps.silver.devops.gov.bc.ca '
'AppBaseUrl': 'https://prod-strdata.apps.silver.devops.gov.bc.ca'
'SSO_CLIENT': 'str-dss-5303'
'SSO_HOST': 'https://loginproxy.gov.bc.ca/auth'
'SSO_REALM': 'standard'
Expand All @@ -16,7 +16,7 @@ nameOverride: strdss-prod
fullnameOverride: strdss-prod

route:
host: prod-strdss.f4a30d-prod.apps.silver.devops.gov.bc.ca
host: prod-strdata.apps.silver.devops.gov.bc.ca
baseService: strdss-prod

frontend:
Expand Down
4 changes: 2 additions & 2 deletions helm/main/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Test'
'ENV_NAME': 'test'
'AppBaseUrl': 'https://test-strdss.f4a30d-dev.apps.silver.devops.gov.bc.ca '
'AppBaseUrl': 'https://test-strdata.apps.silver.devops.gov.bc.ca'
'SSO_CLIENT': 'str-dss-5303'
'SSO_HOST': 'https://dev.loginproxy.gov.bc.ca/auth'
'SSO_REALM': 'standard'
Expand All @@ -16,7 +16,7 @@ nameOverride: strdss-test
fullnameOverride: strdss-test

route:
host: test-strdss.f4a30d-dev.apps.silver.devops.gov.bc.ca
host: test-strdata.apps.silver.devops.gov.bc.ca
baseService: strdss-test

frontend:
Expand Down
4 changes: 2 additions & 2 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
'LOGGING__LOGLEVEL__DEFAULT': 'Information'
'ASPNETCORE_ENVIRONMENT': 'Staging'
'ENV_NAME': 'uat'
'AppBaseUrl': 'https://uat-strdss.f4a30d-test.apps.silver.devops.gov.bc.ca '
'AppBaseUrl': 'https://uat-strdata.apps.silver.devops.gov.bc.ca'
'SSO_CLIENT': 'str-dss-5303'
'SSO_HOST': 'https://dev.loginproxy.gov.bc.ca/auth'
'SSO_REALM': 'standard'
Expand All @@ -16,7 +16,7 @@ nameOverride: strdss-uat
fullnameOverride: strdss-uat

route:
host: uat-strdss.f4a30d-test.apps.silver.devops.gov.bc.ca
host: uat-strdata.apps.silver.devops.gov.bc.ca
baseService: strdss-uat

frontend:
Expand Down

0 comments on commit 51d59a3

Please sign in to comment.