-
Notifications
You must be signed in to change notification settings - Fork 1
/
values-eks.yaml
61 lines (55 loc) · 1.38 KB
/
values-eks.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
ssh:
aws: true
jupyterhub:
singleuser:
nodeSelector:
dirac.institute/instance-type: "notebook"
cpu:
guarantee: 3.5
memory:
guarantee: "13411M"
hub:
nodeSelector:
dirac.institute/instance-type: "service"
proxy:
chp:
nodeSelector:
dirac.institute/instance-type: "service"
traefik:
nodeSelector:
dirac.institute/instance-type: "service"
scheduling:
userScheduler:
nodeSelector:
dirac.institute/instance-type: "service"
nfs-server-provisioner:
persistence:
storageClass: "gp2-immediate"
size: 200Gi
storageClass:
name: "nfs-hub"
nodeSelector:
dirac.institute/instance-type: "service"
mariadb:
primary:
nodeSelector:
dirac.institute/instance-type: "service"
secondary:
nodeSelector:
dirac.institute/instance-type: "service"
# cluster-autoscaler-chart:
# awsRegion: "us-west-2"
# autoDiscovery:
# clusterName: "pufsalad"
# nodeSelector:
# dirac.institute/instance-type: "service"
spark-defaults.conf:
999-executor-defaults: |
# options for the executor pods
spark.executor.instances=1
spark.executor.memory=13250m
spark.executor.cores=4
spark.kubernetes.executor.request.cores=3290m
spark.kubernetes.executor.limit.cores=3290m
# node selector
spark.kubernetes.node.selector.dirac.institute/instance-type=spark