Skip to content

Commit

Permalink
Bump limits and requests for bots that have been OOMing recently
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed May 16, 2024
1 parent a5d0406 commit 6e2b23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/namespaces/bots/bot/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
resources:
requests:
cpu: 750m
memory: 600Mi
memory: 800Mi
limits:
cpu: 1000m
memory: 1400Mi
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/namespaces/modmail/bot/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ spec:
resources:
requests:
cpu: 75m
memory: 500Mi
memory: 600Mi
limits:
cpu: 125m
memory: 750Mi
memory: 1000Mi
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /modmailbot/plugins
Expand Down

0 comments on commit 6e2b23a

Please sign in to comment.