chore(starrocks): increase fe resources to 2c4g and limits to 4c8g
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
c865642275
commit
b54ad6a1b0
@ -21,11 +21,11 @@ spec:
|
||||
image: starrocks/fe-ubuntu:latest
|
||||
replicas: 3
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 2Gi
|
||||
cpu: "4"
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: "0.5"
|
||||
memory: 1Gi
|
||||
cpu: "2"
|
||||
memory: 4Gi
|
||||
storageVolumes:
|
||||
- name: fe-meta
|
||||
storageClassName: "azure-disk-std-lrs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user