summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/operator/charts/sparkoperator/values.yaml
blob: bfb03eab2d70ecf5f1ba2dfde8924778fe958c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
operatorImageName: gcr.io/spark-operator/spark-operator
operatorVersion: v2.4.0-v1beta1-latest
imagePullPolicy: IfNotPresent

rbac:
  create: true

serviceAccounts:
  spark:
    create: true
    name:
  sparkoperator:
    create: true
    name:

sparkJobNamespace: ""

enableWebhook: false
enableMetrics: true

controllerThreads: 10
ingressUrlFormat: ""
installCrds: true
metricsPort: 10254
metricsEndpoint: "/metrics"
metricsPrefix: ""
resyncInterval: 30
webhookPort: 8080