Skip to content

Commit

Permalink
fix: update memory settings for api
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi authored Aug 21, 2023
1 parent e854df2 commit 4440b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/components/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function deployApi(initConfig: InitPulumiConfig, cfg: Config, arg
pulumiConfig: { appUrls },
} = deployCfg.values();
deployCfg.setReplicas(1).setResources({
limits: { cpu: '1', memory: '256M' },
limits: { cpu: '1', memory: '1024M' },
requests: { cpu: '0.25', memory: '64M' },
});

Expand Down

0 comments on commit 4440b8e

Please sign in to comment.