File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ global:
2626 enabled : false
2727 KEYCLOAK_SITE_SERVICE_CLIENT_ID : site-service # note: KEYCLOAK_SITE_SERVICE_CLIENT_SECRET is handled in github secrets.
2828 KEYCLOAK_TOKEN_URL : https://epd-keycloak-prod.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/token
29+ VITE_COMS_API : ' https://epd-coms-dev.apps.silver.devops.gov.bc.ca/api/v1/'
30+ VITE_S3_STORAGE_REGION : ' ca-central-1'
31+ VITE_COMS_BUCKET : ' bucket'
32+ VITE_COMS_OBJECT : ' object'
2933 # -- domain of the application, it is required, apps.silver.devops.gov.bc.ca for silver cluster and apps.devops.gov.bc.ca for gold cluster
3034 domain : " apps.silver.devops.gov.bc.ca" # it is apps.gold.devops.gov.bc.ca for gold cluster
3135 # -- the database Alias gives a nice way to switch to different databases, crunchy, patroni ... etc.
@@ -62,11 +66,6 @@ backend:
6266 pdb :
6367 enabled : true # enable it in PRODUCTION for having pod disruption budget.
6468 minAvailable : 1 # the minimum number of pods that must be available during the disruption budget.
65- config :
66- VITE_COMS_API : ' https://epd-coms-dev.apps.silver.devops.gov.bc.ca/api/v1/'
67- VITE_S3_STORAGE_REGION : ' ca-central-1'
68- VITE_COMS_BUCKET : ' bucket'
69- VITE_COMS_OBJECT : ' object'
7069# -- the components of the application, frontend.
7170frontend :
7271 # -- enable or disable a component deployment.
You can’t perform that action at this time.
0 commit comments