-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
166 lines (161 loc) · 3.76 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
hub:
config:
CILogonOAuthenticator:
oauth_callback_url: https://espm-157.nrp-nautilus.io/hub/oauth_callback
admin_users:
# IDP Lookup: https://cilogon.org/idplist/
allowed_idps:
urn:mace:incommon:ucsd.edu:
allowed_domains:
- ucsd.edu
username_derivation:
username_claim: email
urn:mace:incommon:berkeley.edu:
allowed_domains:
- berkeley.edu
username_derivation:
username_claim: email
JupyterHub:
admin_access: true
admin_users: ["[email protected]"]
authenticator_class: cilogon
KubeSpawner:
environment:
SHELL: /usr/bin/bash
GH_SCOPED_CREDS_CLIENT_ID: "Iv1.8d384d9612c2ecc3"
GH_SCOPED_CREDS_APP_URL: "https://github.com/apps/jupyterhub-gh-creds"
service:
type: ClusterIP
annotations: {}
ports:
nodePort:
loadBalancerIP:
deploymentStrategy:
type: Recreate
db:
type: sqlite-pvc
pvc:
accessModes:
- ReadWriteOnce
storage: 10Gi
storageClassName: rook-ceph-block
resources:
limits:
cpu: "2"
memory: 4Gi
requests:
cpu: 100m
memory: 512Mi
networkPolicy:
enabled: false
proxy:
service:
type: ClusterIP
chp:
resources:
limits:
cpu: "42"
memory: 10Gi
nvidia.com/gpu: "1"
requests:
cpu: "2"
memory: 512Mi
nvidia.com/gpu: "1"
singleuser:
startTimeout: 3600
uid: 0
fsGid: 100
extraEnv:
GRANT_SUDO: "yes"
extraPodConfig:
securityContext:
fsGroupChangePolicy: "OnRootMismatch"
fsGroup: 100
extraNodeAffinity:
required:
- matchExpressions:
- 'key': 'topology.kubernetes.io/region'
'operator': 'In'
'values': ["us-west"]
cloudMetadata:
blockWithIptables: false
networkPolicy:
enabled: false
storage:
type: dynamic
extraLabels: {}
extraVolumes: []
extraVolumeMounts: []
capacity: 15Gi
homeMountPath: /home/jovyan
dynamic:
storageClass: rook-ceph-block
pvcNameTemplate: claim-{username}{servername}
volumeNameTemplate: volume-{username}{servername}
storageAccessModes: [ReadWriteOnce]
image:
name: quay.io/jupyter/scipy-notebook
tag: 2024-04-22
startTimeout: 600
cpu:
limit: 100
guarantee: 1
memory:
limit: 10G
guarantee: 10G
extraResource:
limits:
nvidia.com/gpu: "1"
guarantees:
nvidia.com/gpu: "1"
cmd: null
defaultUrl: "/lab"
profileList:
- display_name: ESPM-157
kubespawner_override:
image_spec: "gitlab-registry.nrp-nautilus.io/cboettig/images"
- display_name: pytorch-cuda12
kubespawner_override:
image_spec: "quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04"
http_timeout: 3600
- display_name: "Bring your own image"
description: "Specify your own docker image (must have python and jupyterhub installed in it)"
slug: "custom"
profile_options:
image:
display_name: Image
unlisted_choice:
enabled: True
display_name: "Custom image"
kubespawner_override:
image: "{value}"
choices: {}
scheduling:
userScheduler:
enabled: false
userPlaceholder:
enabled: false
# prePuller relates to the hook|continuous-image-puller DaemonsSets
prePuller:
hook:
enabled: true
continuous:
enabled: false
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: haproxy
hosts: ["espm-157.nrp-nautilus.io"]
pathSuffix: ''
tls:
- hosts:
- espm-157.nrp-nautilus.io
cull:
enabled: true
users: false
removeNamedServers: false
timeout: 3600
every: 600
concurrency: 10
maxAge: 0