Skip to content

Commit

Permalink
chore: use cloudfront domains in Argus config (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jul 15, 2024
1 parent 9dffc9e commit 20dabf9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ stack:

# env vars specific to this deployment stage
- name: WEB_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
value: cellxgene.cziscience.com
- name: API_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
value: api.cellxgene.cziscience.com
- name: DATA_LOCATOR_DOMAIN
value: $(__ARGUS_STACK_INGRESS_HOST)
value: api.cellxgene.cziscience.com
- name: CXG_BUCKET_PATH
value: hosted-cellxgene-$(__ARGUS_DEPLOYMENT_STAGE)
ingress:
rules:
- host: cellxgene.cziscience.com
- host: api.cellxgene.cziscience.com

0 comments on commit 20dabf9

Please sign in to comment.