Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
service-catalog/manifests/helm/starrocks/1.11.3-4.0.0/shared-nothing-values.yaml

34 lines
619 B

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