diff --git a/demo01-star3/values.yaml b/demo01-star3/values.yaml index 6b4e6b1..eb79d83 100644 --- a/demo01-star3/values.yaml +++ b/demo01-star3/values.yaml @@ -17,8 +17,11 @@ starrocksFESpec: type: ClusterIP resources: requests: - cpu: 1 + cpu: 300m memory: 1Gi + limits: + cpu: 2 + memory: 4Gi storageSpec: name: fe storageClassName: "standard-rwo" @@ -49,8 +52,11 @@ starrocksCnSpec: runAsNonRoot: "false" resources: requests: - cpu: 1 + cpu: 300M memory: 2Gi + limits: + cpu: 2 + memory: 4Gi storageSpec: name: be storageClassName: "standard-rwo" @@ -64,6 +70,6 @@ starrocksCnSpec: starrocksFeProxySpec: enabled: true - resolver: "rke2-coredns-rke2-coredns.kube-system.svc.cluster.local" + resolver: "kube-dns.kube-system.svc.cluster.local" service: type: ClusterIP \ No newline at end of file