-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Timmy Huang <[email protected]> Co-authored-by: tihuan <[email protected]>
- Loading branch information
1 parent
dc7be25
commit c53322c
Showing
5 changed files
with
79 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
services: | ||
explorer: | ||
image: | ||
tag: sha-a5b576b2 | ||
tag: sha-4cfffeff | ||
replicaCount: 1 | ||
env: | ||
# env vars common to all deployment stages | ||
- name: AWS_REGION | ||
value: us-west-2 | ||
- name: AWS_DEFAULT_REGION | ||
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: rdev | ||
- name: API_DOMAIN | ||
value: $(__ARGUS_STACK_INGRESS_HOST) | ||
- name: CXG_BUCKET_PATH | ||
value: hosted-cellxgene-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters