Skip to content

Commit

Permalink
chore: update env vars to use cloudfront domains (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jun 25, 2024
1 parent db0944e commit 10d1638
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions .infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ services:
value: us-west-2
- name: REMOTE_DEV_PREFIX
value: /$(__ARGUS_STACK_NAME)
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: DEPLOYMENT_STAGE
value: $(__ARGUS_DEPLOYMENT_STAGE)

# env vars specific to this deployment stage
- name: DEPLOYMENT_STAGE
value: prod
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: API_DOMAIN
value: api.cellxgene.cziscience.com
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: DATA_LOCATOR_DOMAIN
value: api.cellxgene.cziscience.com
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: CXG_BUCKET_PATH
value: hosted-cellxgene-prod
value: hosted-cellxgene-$(__ARGUS_DEPLOYMENT_STAGE)
8 changes: 4 additions & 4 deletions .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ services:
value: us-west-2
- name: REMOTE_DEV_PREFIX
value: /$(__ARGUS_STACK_NAME)
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: DEPLOYMENT_STAGE
value: $(__ARGUS_DEPLOYMENT_STAGE)

# env vars specific to this deployment stage
- name: DEPLOYMENT_STAGE
value: rdev
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: API_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: DATA_LOCATOR_DOMAIN
Expand Down
14 changes: 7 additions & 7 deletions .infra/staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ services:
value: us-west-2
- name: REMOTE_DEV_PREFIX
value: /$(__ARGUS_STACK_NAME)
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: DEPLOYMENT_STAGE
value: $(__ARGUS_DEPLOYMENT_STAGE)

# env vars specific to this deployment stage
- name: DEPLOYMENT_STAGE
value: staging
- name: WEB_DOMAIN
value: cellxgene.staging.single-cell.czi.technology
- name: API_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
value: api.cellxgene.staging.single-cell.czi.technology
- name: DATA_LOCATOR_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
value: api.cellxgene.staging.single-cell.czi.technology
- name: CXG_BUCKET_PATH
value: hosted-cellxgene-staging
value: hosted-cellxgene-$(__ARGUS_DEPLOYMENT_STAGE)

0 comments on commit 10d1638

Please sign in to comment.