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
|
subPath: settings.yml
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "384Mi"
|
memory: "1024Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "1024M"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: searxng-config-volume
|
- name: searxng-config-volume
|
Reference in New Issue
Block a user