diff options
author | 2024-05-16 20:55:33 +0100 | |
---|---|---|
committer | 2024-05-16 20:55:33 +0100 | |
commit | 6e2b23a6b389f3f1525415d58817b7b6c63feb1d (patch) | |
tree | e216de4fd890d7566807dd7079f7d83082a8e6b2 | |
parent | Move AlertManager to 4 replicas (diff) |
Bump limits and requests for bots that have been OOMing recently
-rw-r--r-- | kubernetes/namespaces/bots/bot/deployment.yaml | 2 | ||||
-rw-r--r-- | kubernetes/namespaces/modmail/bot/deployment.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/namespaces/bots/bot/deployment.yaml b/kubernetes/namespaces/bots/bot/deployment.yaml index 033c2b9..d61d3ad 100644 --- a/kubernetes/namespaces/bots/bot/deployment.yaml +++ b/kubernetes/namespaces/bots/bot/deployment.yaml @@ -24,7 +24,7 @@ spec: resources: requests: cpu: 750m - memory: 600Mi + memory: 800Mi limits: cpu: 1000m memory: 1400Mi diff --git a/kubernetes/namespaces/modmail/bot/deployment.yaml b/kubernetes/namespaces/modmail/bot/deployment.yaml index 6084927..ae135e2 100644 --- a/kubernetes/namespaces/modmail/bot/deployment.yaml +++ b/kubernetes/namespaces/modmail/bot/deployment.yaml @@ -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 |