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.
34 lines
461 B
34 lines
461 B
#version: starrocks-operator, 1.11.0
|
|
timeZone: Asia/Seoul
|
|
|
|
image:
|
|
repository: starrocks/operator
|
|
tag: "v1.11.0"
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 500m
|
|
memory: 400Mi
|
|
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
webhook:
|
|
enabled: true
|
|
port: 9443
|
|
certManager:
|
|
enabled: false
|
|
|
|
metrics:
|
|
enabled: true
|
|
port: 8080
|
|
serviceMonitor:
|
|
enabled: false |