fix mem limit
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s

This commit is contained in:
Lee 2024-09-24 07:07:51 +01:00
parent 3d88cad982
commit 60cad84180

@ -23,6 +23,9 @@ spec:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
value: "https://search.fascinated.cc" value: "https://search.fascinated.cc"
resources: resources:
limits: requests:
memory: "256Mi" memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m" cpu: "500m"