Skip to content

Commit

Permalink
small tweak to Flightcontrol deploy config template (#9240)
Browse files Browse the repository at this point in the history
User's often have to increase the server size for deploys to work, so
making this the default.

Co-authored-by: Dominic Saadi <[email protected]>
  • Loading branch information
flybayer and jtoar committed Oct 8, 2023
1 parent 2500719 commit 8eed692
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const flightcontrolConfig = {
name: 'Redwood API',
type: 'fargate',
buildType: 'nixpacks',
cpu: 0.25,
memory: 0.5,
cpu: 0.5,
memory: 1,
buildCommand: 'yarn rw deploy flightcontrol api',
startCommand: 'yarn rw deploy flightcontrol api --serve',
port: 8911,
Expand Down

0 comments on commit 8eed692

Please sign in to comment.