Compare commits
5 Commits
master
...
service-sp
| Author | SHA1 | Date |
|---|---|---|
|
|
19fc3e4790 | 3 months ago |
|
|
e5943a4eeb | 3 months ago |
|
|
78ec7bb65c | 3 months ago |
|
|
9ee123e135 | 3 months ago |
|
|
c99ff03d25 | 3 months ago |
@ -0,0 +1,44 @@ |
|||||||
|
#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: [] |
||||||
Loading…
Reference in new issue