disable searngx (mem usage is too much)
All checks were successful
Check Kubernetes YAMLs / scan (push) Successful in 20s
All checks were successful
Check Kubernetes YAMLs / scan (push) Successful in 20s
This commit is contained in:
parent
6318c34ad1
commit
1fb2cedf28
@ -36,10 +36,10 @@ spec:
|
||||
subPath: settings.yml
|
||||
resources:
|
||||
requests:
|
||||
memory: "384Mi"
|
||||
memory: "1024Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
memory: "1024M"
|
||||
cpu: "500m"
|
||||
volumes:
|
||||
- name: searxng-config-volume
|
Reference in New Issue
Block a user