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 adcb58f commit 7aea0dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copilot/submit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,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 7aea0dd

Please sign in to comment.