From d0fcc1d6dc7421eeff2150519792f84fd0f87dd4 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 07:29:16 +0100 Subject: [PATCH] update resource limits for searngx --- kubernetes/apps/production/searxng/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/production/searxng/deployment.yaml b/kubernetes/apps/production/searxng/deployment.yaml index 6770753..807499d 100644 --- a/kubernetes/apps/production/searxng/deployment.yaml +++ b/kubernetes/apps/production/searxng/deployment.yaml @@ -36,7 +36,7 @@ spec: subPath: settings.yml resources: requests: - memory: "256Mi" + memory: "384Mi" cpu: "100m" limits: memory: "512Mi"