From 8cb59935a872df343b8e38473f4463689c2b73c0 Mon Sep 17 00:00:00 2001 From: dipup Date: Wed, 23 Sep 2026 11:52:58 +0900 Subject: [PATCH] feat: demo01-star1 FE service LoadBalancer (AWS/office allowlist) --- demo01-star1/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/demo01-star1/values.yaml b/demo01-star1/values.yaml index ee17877..7ed7a21 100644 --- a/demo01-star1/values.yaml +++ b/demo01-star1/values.yaml @@ -14,7 +14,12 @@ starrocksFESpec: replicas: 1 runAsNonRoot: "false" service: - type: ClusterIP + type: LoadBalancer + loadbalancerIP: "34.64.109.9" + loadBalancerSourceRanges: + - "13.124.10.134/32" + - "43.200.81.130/32" + - "125.141.12.182/32" resources: requests: cpu: 300m