From 3baa5597fac654dfefe578ceb493fcc05ee95cbd Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 19 Dec 2021 16:50:48 +0000 Subject: [PATCH] Increase allowed memory for well-known Signed-off-by: Marcus Noble --- manifests/matrix_chart/matrix_chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index 75f5ff5..c7108fd 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -231,9 +231,9 @@ spec: mountPath: /usr/share/nginx/html/.well-known/matrix resources: limits: - memory: 5Mi + memory: 10Mi requests: - memory: 5Mi + memory: 10Mi volumes: - name: well-known configMap: