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
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"