diff options
author | 2024-05-16 20:55:33 +0100 | |
---|---|---|
committer | 2024-05-16 20:55:33 +0100 | |
commit | 6e2b23a6b389f3f1525415d58817b7b6c63feb1d (patch) | |
tree | e216de4fd890d7566807dd7079f7d83082a8e6b2 /kubernetes/namespaces/bots | |
parent | Move AlertManager to 4 replicas (diff) |
Bump limits and requests for bots that have been OOMing recently
Diffstat (limited to 'kubernetes/namespaces/bots')
-rw-r--r-- | kubernetes/namespaces/bots/bot/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 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 |