starrocks:
nameOverride: "kube-starrocks"
timeZone: Asia/Seoul
initPassword:
enabled: true
# Set a password secret, for example:
# kubectl create secret generic starrocks-root-pass --from-literal=password='g()()dpa$$word'
passwordSecret: starrocks-root-pass
starrocksCluster:
enabledBe: false
enabledCn: true
starrocksFESpec:
config: |
run_mode = shared_data
cloud_native_meta_port = 6090
cloud_native_storage_type = S3
# For example, testbucket/subpath
aws_s3_path = starrocks-demo-cshift/data
# For example, us-west-2
aws_s3_region = ap-northeast-2
# credentials for S3 object read/write
aws_s3_access_key = <access_key>
aws_s3_secret_key = <secret_key>
# Set this to false if you do not want default
# storage created in the object storage using
# the details provided above
enable_load_volume_from_conf = true
replicas: 3
service:
type: LoadBalancer
resources:
requests:
cpu: 1
memory: 2Gi
limits:
cpu: 1
memory: 2Gi
storageSpec:
name: fe
starrocksCnSpec:
replicas: 3
image:
repository: starrocks/cn-ubuntu
resources:
requests:
cpu: 1
memory: 4Gi
limits:
cpu: 1
memory: 4Gi
storageSpec:
name: cn
storageSize: 15Gi
starrocksFeProxySpec:
enabled: true
service:
type: LoadBalancer
starrocks:
timeZone: Asia/Seoul
initPassword:
enabled: true
# Set a password secret, for example:
# kubectl create secret generic starrocks-root-pass --from-literal=password='g()()dpa$$word'
passwordSecret: starrocks-root-pass
#default 값은 BE배포로 되어있습니다.
starrocksCluster:
enabledBe: true
enabledCn: false
starrocksFESpec:
replicas: 3
service:
type: LoadBalancer
resources:
requests:
cpu: 1
memory: 2Gi
storageSpec:
name: fe
starrocksBeSpec:
replicas: 3
resources:
requests:
cpu: 1
memory: 4Gi
storageSpec:
name: be
storageSize: 15Gi
starrocksFeProxySpec:
enabled: true
service:
type: LoadBalancer