-
Notifications
You must be signed in to change notification settings - Fork 7
/
values.yaml
executable file
·74 lines (70 loc) · 1.49 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
64
65
66
67
68
69
70
71
72
73
---
nameOverride: future
fullnameOverride: future
scheduler:
name: scheduler
image:
repository: "paciorek/future-kubernetes"
tag: 0.5
pullPolicy: IfNotPresent
# See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
pullSecrets:
# - name: regcred
replicas: 1
serviceType: "ClusterIP"
# serviceType: "NodePort"
# serviceType: "LoadBalancer"
servicePort: 8787
resources: {}
# limits:
# cpu: 1.8
# memory: 6G
# requests:
# cpu: 1.8
# memory: 6G
tolerations: []
nodeSelector: {}
affinity: {}
ingress:
enabled: false
tls: false
# secretName: future-r-tls
hostname: future-r.example.com
annotations:
# kubernetes.io/ingress.class: "nginx"
# secretName: my-tls-cert
# kubernetes.io/tls-acme: "true"
RStudioPassword: "future"
RfuturePort: 11562
env:
# - name: EXTRA_R_PACKAGES
# value: data.table
worker:
name: worker
image:
repository: "paciorek/future-kubernetes"
tag: 0.5
pullPolicy: IfNotPresent
pullSecrets:
# - name: regcred
replicas: 3
aptPackages: >-
default_resources: # overwritten by resource limits if they exist
cpu: 1
memory: "4GiB"
env:
# - name: EXTRA_R_PACKAGES
# value: data.table
resources: {}
# limits:
# cpu: 1
# memory: 3G
# nvidia.com/gpu: 1
# requests:
# cpu: 1
# memory: 3G
# nvidia.com/gpu: 1
tolerations: []
nodeSelector: {}
affinity: {}
port: ""