Skip to content

Commit

Permalink
Fix accidental update
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Mar 21, 2024
1 parent 6af45c9 commit f19b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/.pipeline/queue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const phases = {
logLevel: 'info',
queueDockerfilePath: queueDockerfilePath,
cpuRequest: '50m',
cpuLimit: '750m',
cpuLimit: '1000m',
memoryRequest: '100Mi',
memoryLimit: '3Gi',
replicas: '1',
Expand Down

0 comments on commit f19b144

Please sign in to comment.