Skip to content

Commit

Permalink
double memory and cpu limit for worker (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm authored Mar 13, 2024
1 parent 54d951d commit efca158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ worker:
memory: "1Gi"
cpu: "250m"
limits:
memory: "2Gi"
cpu: "1000m"
memory: "4Gi"
cpu: "2000m"
extraVolumeMounts: *volMounts
extraEnvVars: *envVars
podSecurityContext:
Expand Down

0 comments on commit efca158

Please sign in to comment.