chore(starrocks): increase fe resources to 2c4g and limits to 4c8g

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-09-10 11:10:57 +08:00
parent c865642275
commit b54ad6a1b0

View File

@ -21,11 +21,11 @@ spec:
image: starrocks/fe-ubuntu:latest image: starrocks/fe-ubuntu:latest
replicas: 3 replicas: 3
limits: limits:
cpu: "1" cpu: "4"
memory: 2Gi memory: 8Gi
requests: requests:
cpu: "0.5" cpu: "2"
memory: 1Gi memory: 4Gi
storageVolumes: storageVolumes:
- name: fe-meta - name: fe-meta
storageClassName: "azure-disk-std-lrs" storageClassName: "azure-disk-std-lrs"