Add chart starrocks/1.11.0

This commit is contained in:
wbsong111
2025-08-20 15:06:46 +09:00
parent efb5adc639
commit dac8dfa310
16 changed files with 3423 additions and 0 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "starrockscluster.fe.configmap.name" . }}
namespace: {{ template "starrockscluster.namespace" . }}
labels:
cluster: {{ template "starrockscluster.name" . }}
app: "fe"
data:
{{- include "starrockscluster.fe.config" . | nindent 2 }}