Skip to content

Commit

Permalink
use spot instance on dev
Browse files Browse the repository at this point in the history
(Not related to this PR but required to deploy to dev due to bug aws/copilot-cli#4651)
  • Loading branch information
gidsg committed Apr 9, 2024
1 parent e6e9ca3 commit 8dedb16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/envs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class DefaultConfig(object):
# logging
FSD_LOG_LEVEL = os.getenv("FSD_LOG_LEVEL", logging.INFO)
AUTO_BUILD_ASSETS = False
ENABLE_TF_R5 = False
ENABLE_TF_R5 = os.getenv("ENABLE_TF_R5", False)
2 changes: 2 additions & 0 deletions copilot/submit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ environments:
secrets:
BASIC_AUTH_USERNAME: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_USERNAME
BASIC_AUTH_PASSWORD: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_PASSWORD
count:
spot: 1
http:
target_container: nginx
healthcheck:
Expand Down

0 comments on commit 8dedb16

Please sign in to comment.