freeleaps-ops/cluster/manifests/freeleaps-data-platform/star-rocks/values.yaml

32 lines
764 B
YAML
Raw Normal View History

2025-05-09 09:52:53 +00:00
starrocks:
initPassword:
enabled: true
# 设置密码 secret例如
# kubectl create secret generic starrocks-root-pass --from-literal=password='g()()dpa$$word'
passwordSecret: starrocks-root-pass
starrocksFESpec:
replicas: 3
service:
type: LoadBalancer
resources:
requests:
cpu: 1
memory: 1Gi
storageSpec:
name: fe
starrocksBeSpec:
replicas: 3
resources:
requests:
cpu: 1
memory: 2Gi
storageSpec:
name: be
storageSize: 15Gi
starrocksFeProxySpec:
enabled: true
service:
type: LoadBalancer