-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
63 lines (57 loc) · 1.37 KB
/
values.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Default values for rh-datafabric.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
spark:
replicaCount: 1
namespace: data-science
image:
repository: registry:443/spark/spark-operator
pullPolicy: Always
tag: "latest"
superset:
replicaCount: 1
namespace: data-science
image:
repository: registry:443/aiops/superset
pullPolicy: Always
tag: "v0.30"
jupyterhub:
namespace: data-science
db:
image:
repository: registry:443/rhel8/postgresql-96
tag: "latest"
jupyter:
image:
repository: registry:443/odh-jupyterhub/jupyterhub-img
tag: "v0.2.2"
nbviewer:
image:
repository: registry:443/odh-jupyterhub/nbviewer
tag: "latest"
spark:
image:
repository: registry:443/radanalyticsio/openshift-spark-py36
tag: "2.4.5-2"
worker:
count: 1
master:
count: 1
notebook:
image:
repository: registry:443/odh-jupyterhub/s2i-spark-minimal-notebook
tag: "py36-spark2.4.5-hadoop2.7.3"
presto:
namespace: data-science
db:
image:
repository: registry:443/rhel8/postgresql-96
pullPolicy: Always
tag: "latest"
replicaCount: 1
operator:
image:
repository: registry:443/starburstdata/presto-operator
pullPolicy: Always
tag: "348-e-k8s-0.52"
replicaCount: 1