From b54ad6a1b0692ddcdae7934a98cd23345420c1ed Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 10 Sep 2025 11:10:57 +0800 Subject: [PATCH] chore(starrocks): increase fe resources to 2c4g and limits to 4c8g Signed-off-by: zhenyus --- .../star-rocks/starrocks_cluster.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml b/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml index 44486337..99c2966b 100644 --- a/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml +++ b/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml @@ -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"