Add custom-values.yaml, CUSTOM-README.md, BUILD-README.md

This commit is contained in:
wbsong111
2025-08-20 15:05:06 +09:00
parent 2c883ae917
commit efb5adc639
3 changed files with 190 additions and 0 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