fix: 提高API生产内存限制
This commit is contained in:
parent
3f664ca4c9
commit
52403c08a8
@ -60,10 +60,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 768Mi
|
memory: 1536Mi
|
||||||
volumes:
|
volumes:
|
||||||
- name: napcat-ssh-key
|
- name: napcat-ssh-key
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user