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"