Skip to content

Commit

Permalink
Merge pull request #77 from City-of-Helsinki/increase-cpu-limit-in-prod
Browse files Browse the repository at this point in the history
Change CPU limit to avoid throttling
  • Loading branch information
Pekka Lampila authored Nov 8, 2021
2 parents 54bdcc4 + a833a91 commit 8a6013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
APP_MIGRATE_COMMAND: /app/.prod/on_deploy.sh
K8S_REQUEST_CPU: 50m
K8S_REQUEST_RAM: 250Mi
K8S_LIMIT_CPU: 100m
K8S_LIMIT_CPU: 1000m
K8S_LIMIT_RAM: 350Mi
K8S_REPLICACOUNT: 2

Expand Down

0 comments on commit 8a6013d

Please sign in to comment.