Skip to content

Commit

Permalink
increase memory limits for sidekiq pods (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Oct 21, 2024
1 parent 1c36ce3 commit 426d4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ spec:
image: ghcr.io/zooniverse/talk-api:__IMAGE_TAG__
resources:
requests:
memory: "250Mi"
memory: "500Mi"
cpu: "250m"
limits:
memory: "700Mi"
memory: "1500Mi"
cpu: "1000m"
livenessProbe:
exec:
Expand Down

0 comments on commit 426d4f7

Please sign in to comment.