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.
 
 
 
 
 
 

42 lines
611 B

# 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