Skip to content

Commit

Permalink
update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jun 21, 2024
1 parent 4b89d1d commit 4213899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
value: us-west-2
- name: REMOTE_DEV_PREFIX
value: /$(__ARGUS_STACK_NAME)
- name: DATA_LOCATOR_DOMAIN
value: api.$(__ARGUS_STACK_INGRESS_HOST)
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)

Expand All @@ -21,5 +19,7 @@ services:
value: rdev
- name: API_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: DATA_LOCATOR_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
- name: CXG_BUCKET_PATH
value: hosted-cellxgene-dev
6 changes: 3 additions & 3 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: DATA_LOCATOR_DOMAIN
value: api.$(__ARGUS_STACK_INGRESS_HOST)
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)

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

0 comments on commit 4213899

Please sign in to comment.