From bcfc194b4d281d085df591192fd18c8538bf28a6 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 07:20:43 +0100 Subject: [PATCH] maybe this? --- kubernetes/apps/production/searxng/deployment.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/production/searxng/deployment.yaml b/kubernetes/apps/production/searxng/deployment.yaml index 54eda53..84d8119 100644 --- a/kubernetes/apps/production/searxng/deployment.yaml +++ b/kubernetes/apps/production/searxng/deployment.yaml @@ -29,7 +29,11 @@ spec: key: secret_key volumeMounts: - name: searxng-config-volume - mountPath: /etc/searxng + mountPath: /etc/searxng/limiter.toml + subPath: limiter.toml + - name: searxng-config-volume + mountPath: /etc/searxng/settings.yml + subPath: settings.yml resources: requests: memory: "256Mi"