Update values for starrocks-operator
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
starrocksOperator:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 2000m
|
||||||
|
memory: 4Gi
|
||||||
|
requests:
|
||||||
|
cpu: 1000m
|
||||||
|
memory: 2Gi
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
#version: starrocks-operator, 1.11.3
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user