From eca55002b881496741ac11f248618f4d6e2872c8 Mon Sep 17 00:00:00 2001 From: dipup Date: Tue, 22 Sep 2026 08:15:29 +0000 Subject: [PATCH] chore: starrocks small tier fe/cn replicas 3 -> 1 --- .../helm/starrocks/1.11.3-4.0.0/dip-resources-quotas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/helm/starrocks/1.11.3-4.0.0/dip-resources-quotas.yaml b/manifests/helm/starrocks/1.11.3-4.0.0/dip-resources-quotas.yaml index 031557c..1754e5f 100644 --- a/manifests/helm/starrocks/1.11.3-4.0.0/dip-resources-quotas.yaml +++ b/manifests/helm/starrocks/1.11.3-4.0.0/dip-resources-quotas.yaml @@ -4,7 +4,7 @@ small: enabledCn: true starrocksFESpec: - replicas: 3 + replicas: 1 resources: requests: cpu: 1000m @@ -14,7 +14,7 @@ small: memory: 4Gi starrocksCnSpec: - replicas: 3 + replicas: 1 resources: requests: cpu: 2000m