Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fd6b6d2c5 | |||
| 11eda427c5 | |||
| 86c2e0a216 |
@@ -0,0 +1,16 @@
|
|||||||
|
controller:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 512Mi
|
||||||
|
webhook:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 512Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 256Mi
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
#version: spark-operator, 2.0.2
|
||||||
|
image:
|
||||||
|
registry: docker.io
|
||||||
|
repository: kubeflow/spark-operator
|
||||||
|
tag: "2.0.2"
|
||||||
|
|
||||||
|
controller:
|
||||||
|
workers: 10
|
||||||
|
|
||||||
|
logLevel: info
|
||||||
|
|
||||||
|
uiService:
|
||||||
|
enable: true
|
||||||
|
uiIngress:
|
||||||
|
enable: true
|
||||||
|
urlFormat: "spark-operator.gke.paasup.io/{{$appNamespace}}/{{$appName}}"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
|
||||||
|
workqueueRateLimiter:
|
||||||
|
bucketQPS: 50
|
||||||
|
bucketSize: 500
|
||||||
|
maxDelay:
|
||||||
|
enable: true
|
||||||
|
duration: 6h
|
||||||
|
|
||||||
|
webhook:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
|
||||||
|
spark:
|
||||||
|
jobNamespaces: []
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
starrocksOperator:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 2000m
|
|
||||||
memory: 4Gi
|
|
||||||
requests:
|
|
||||||
cpu: 1000m
|
|
||||||
memory: 2Gi
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
#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