Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions copilot/export-worker/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ secrets:

environments:
staging:
count:
spot: 1
# count:
# spot: 1
cpu: 2048
memory: 16384

prod:
cpu: 2048
Expand Down
3 changes: 2 additions & 1 deletion copilot/web/addons/aurora-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Mappings:
Port: 5432
staging:
DBFamily: 'aurora-postgresql13'
DBInstanceClass: db.t4g.medium
# DBInstanceClass: db.t4g.medium
DBInstanceClass: db.r6g.large
Engine: aurora-postgresql
EngineVersion: '13.4'
BackupRetentionPeriod: 7
Expand Down
15 changes: 12 additions & 3 deletions copilot/web/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,25 @@ environments:
staging:
http:
alias: staging-api.thedeep.io
count:
spot: 1

prod:
# count:
# spot: 1

cpu: 2048
memory: 4096

count:
range: 2-4
requests: 1000
spot_from: 2

prod:
http:
alias: prod-api.thedeep.io

cpu: 2048
memory: 4096

count:
range: 2-4
requests: 1000
Expand Down
5 changes: 3 additions & 2 deletions copilot/worker/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ secrets:

environments:
staging:
count:
spot: 1
# count:
# spot: 1
count: 2

prod:
count: 2
Expand Down