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,42 @@
# StarRocks Operator Custom Values
timeZone: Asia/Seoul
# Operator image configuration
image:
repository: starrocks/operator
tag: "v1.11.0"
pullPolicy: IfNotPresent
# Resource limits and requests
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 500m
memory: 400Mi
# Node selector
nodeSelector:
kubernetes.io/os: linux
# Tolerations
tolerations: []
# Affinity
affinity: {}
# Webhook configuration
webhook:
enabled: true
port: 9443
certManager:
enabled: false
# Metrics configuration
metrics:
enabled: true
port: 8080
serviceMonitor:
enabled: false