# 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