parent
dd60229c9f
commit
ecd9095461
@ -0,0 +1,69 @@ |
|||||||
|
#version: starrocks, 1.11.0 |
||||||
|
initPassword: |
||||||
|
enabled: true |
||||||
|
password: "" |
||||||
|
passwordSecret: "demo01-star3-infisicalsecret" |
||||||
|
|
||||||
|
timeZone: Asia/Seoul |
||||||
|
|
||||||
|
starrocksCluster: |
||||||
|
enabledBe: false |
||||||
|
enabledCn: true |
||||||
|
|
||||||
|
starrocksFESpec: |
||||||
|
replicas: 3 |
||||||
|
runAsNonRoot: "false" |
||||||
|
service: |
||||||
|
type: ClusterIP |
||||||
|
resources: |
||||||
|
requests: |
||||||
|
cpu: 1 |
||||||
|
memory: 1Gi |
||||||
|
storageSpec: |
||||||
|
name: fe |
||||||
|
storageClassName: "longhorn" |
||||||
|
storageSize: 10Gi |
||||||
|
logStorageSize: 5Gi |
||||||
|
|
||||||
|
nodeSelector: {} |
||||||
|
affinity: {} |
||||||
|
tolerations: [] |
||||||
|
|
||||||
|
config: | |
||||||
|
run_mode = shared_data |
||||||
|
cloud_native_storage_type = S3 |
||||||
|
aws_s3_endpoint = minio.minio.svc.cluster.local:9000 |
||||||
|
|
||||||
|
aws_s3_path = starrocks2 |
||||||
|
|
||||||
|
aws_s3_access_key = cCMr8WhmkdB8D7NQ1zSM |
||||||
|
aws_s3_secret_key = lN494Qx29pZsUikuXOMyiGsVVr6PGPOUtgzwmA95 |
||||||
|
aws_s3_use_instance_profile = false |
||||||
|
aws_s3_use_aws_sdk_default_behavior = false |
||||||
|
|
||||||
|
enable_load_volume_from_conf = true |
||||||
|
|
||||||
|
|
||||||
|
starrocksCnSpec: |
||||||
|
replicas: 3 |
||||||
|
runAsNonRoot: "false" |
||||||
|
resources: |
||||||
|
requests: |
||||||
|
cpu: 1 |
||||||
|
memory: 2Gi |
||||||
|
storageSpec: |
||||||
|
name: be |
||||||
|
storageClassName: "longhorn" |
||||||
|
storageSize: 15Gi |
||||||
|
logStorageSize: 10Gi |
||||||
|
nodeSelector: {} |
||||||
|
affinity: {} |
||||||
|
tolerations: [] |
||||||
|
autoScalingPolicy: {} |
||||||
|
|
||||||
|
|
||||||
|
starrocksFeProxySpec: |
||||||
|
enabled: true |
||||||
|
resolver: "rke2-coredns-rke2-coredns.kube-system.svc.cluster.local" |
||||||
|
service: |
||||||
|
type: ClusterIP |
||||||
Loading…
Reference in new issue