maybe this?
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 19s

This commit is contained in:
Lee 2024-09-24 07:20:43 +01:00
parent 6bb410d8d0
commit bcfc194b4d

@ -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"