Change chart directory structure

This commit is contained in:
wbsong111
2026-01-19 11:11:33 +09:00
parent 113bcfdf5b
commit 1c0c62291f
5947 changed files with 4134 additions and 1 deletions
@@ -0,0 +1,34 @@
initPassword:
enabled: true
password: ""
passwordSecret: starrocks-root-pass
timeZone: Asia/Seoul
starrocksFESpec:
replicas: 3
service:
type: ClusterIP
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
# set the resolver for nginx server, default kube-dns.kube-system.svc.cluster.local
resolver: "rke2-coredns-rke2-coredns.kube-system.svc.cluster.local"
service:
type: ClusterIP