From 0b2a6579c04098cff4d6bd6d15261c1ade60bf1f Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 4 Feb 2022 06:17:14 +0000 Subject: [PATCH] Bump RSS memory limit --- manifests/rss/rss.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/rss/rss.yaml b/manifests/rss/rss.yaml index f885a48..f1de10f 100644 --- a/manifests/rss/rss.yaml +++ b/manifests/rss/rss.yaml @@ -108,9 +108,9 @@ spec: name: web resources: limits: - memory: 308Mi + memory: 500Mi requests: - memory: 308Mi + memory: 500Mi volumeMounts: - mountPath: /data name: storage