From 6bb410d8d04cbc365ebe1bbe47f18a73c4893f6c Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 07:18:35 +0100 Subject: [PATCH] maybe this will fix it? --- kubernetes/apps/production/searxng/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/apps/production/searxng/deployment.yaml b/kubernetes/apps/production/searxng/deployment.yaml index a5d3e9c..54eda53 100644 --- a/kubernetes/apps/production/searxng/deployment.yaml +++ b/kubernetes/apps/production/searxng/deployment.yaml @@ -30,7 +30,6 @@ spec: volumeMounts: - name: searxng-config-volume mountPath: /etc/searxng - readOnly: true resources: requests: memory: "256Mi"