Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
csusb-hpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csusb-prp
csusb-hpc
Commits
4ef7718a
Commit
4ef7718a
authored
3 years ago
by
Dung Vu
Browse files
Options
Downloads
Patches
Plain Diff
Update values.template.yaml
parent
7842c467
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
values.template.yaml
+25
-21
25 additions, 21 deletions
values.template.yaml
with
25 additions
and
21 deletions
values.template.yaml
+
25
−
21
View file @
4ef7718a
...
...
@@ -14,12 +14,22 @@ hub:
CILogonOAuthenticator
:
client_id
:
$CILOGON_ID
client_secret
:
$CILOGON_SECRET
oauth_callback_url
:
https://csusb-
jupyter
.nrp-nautilus.io/hub/oauth_callback
oauth_callback_url
:
https://csusb-
hpc
.nrp-nautilus.io/hub/oauth_callback
username_claim
:
"
email"
JupyterHub
:
admin_access
:
true
admin_users
:
[
"
dvu@csusb.edu"
,
"
000065181@csusb.edu"
,
"
youngsu.kim@csusb.edu"
,
"
006501270@csusb.edu"
]
authenticator_class
:
cilogon
admin_users
:
[
"
dvu@csusb.edu"
,
"
000065181@csusb.edu"
,
"
youngsu.kim@csusb.edu"
,
"
006501270@csusb.edu"
]
allowed_users
:
-
000065181@csusb.edu
-
004793408@csusb.edu
-
006501322@csusb.edu
-
003574622@csusb.edu
-
005795019@csusb.edu
-
005061741@csusb.edu
-
003087200@csusb.edu
-
000030081@csusb.edu
-
dmishin@ucsd.edu
service
:
type
:
ClusterIP
annotations
:
{}
...
...
@@ -52,10 +62,10 @@ proxy:
resources
:
limits
:
cpu
:
"
2"
memory
:
8
Gi
memory
:
4
Gi
requests
:
cpu
:
"
2"
memory
:
8
Gi
memory
:
4
Gi
singleuser
:
extraNodeAffinity
:
required
:
...
...
@@ -72,7 +82,7 @@ singleuser:
extraLabels
:
{}
extraVolumes
:
[]
extraVolumeMounts
:
[]
capacity
:
5
0Gi
capacity
:
10
0Gi
homeMountPath
:
/home/jovyan
dynamic
:
storageClass
:
rook-ceph-block
...
...
@@ -80,11 +90,11 @@ singleuser:
volumeNameTemplate
:
volume-{username}{servername}
storageAccessModes
:
[
ReadWriteOnce
]
extraVolumes
:
-
name
:
jupyterhub
-share
d
-
name
:
csusb-hpc
-share
persistentVolumeClaim
:
claimName
:
csusb-
jupyterhub-share-cephfs
claimName
:
csusb-
hpc-share
extraVolumeMounts
:
-
name
:
jupyterhub
-share
d
-
name
:
csusb-hpc
-share
mountPath
:
/home/shared
image
:
name
:
localhost:30081/prp/jupyter-stack/prp
...
...
@@ -95,7 +105,7 @@ singleuser:
guarantee
:
4
memory
:
limit
:
64G
guarantee
:
8
G
guarantee
:
16
G
extraResource
:
limits
:
{}
guarantees
:
{}
...
...
@@ -127,6 +137,8 @@ singleuser:
-
display_name
:
Stack R-Studio
kubespawner_override
:
image_spec
:
localhost:30081/prp/jupyter-stack/r-studio
# extra_resource_limits:
# nvidia.com/gpu: "1"
-
display_name
:
Stack Pyspark
kubespawner_override
:
image_spec
:
localhost:30081/prp/jupyter-stack/pyspark
...
...
@@ -135,14 +147,6 @@ singleuser:
-
display_name
:
Stack SageMath
kubespawner_override
:
image_spec
:
sharptrick/sage-notebook
# lifecycleHooks:
# postStart:
# exec:
# command:
# - "sh"
# - "-c"
# - >
# ln -s /home/shared ~/shared
scheduling
:
userScheduler
:
enabled
:
false
...
...
@@ -157,17 +161,17 @@ ingress:
enabled
:
true
annotations
:
kubernetes.io/ingress.class
:
haproxy
hosts
:
[
"
csusb-
jupyter
.nrp-nautilus.io"
]
hosts
:
[
"
csusb-
hpc
.nrp-nautilus.io"
]
pathSuffix
:
'
'
tls
:
-
hosts
:
-
csusb-
jupyter
.nrp-nautilus.io
-
csusb-
hpc
.nrp-nautilus.io
cull
:
enabled
:
tru
e
enabled
:
fals
e
users
:
false
removeNamedServers
:
false
timeout
:
3600
every
:
600
concurrency
:
5
0
concurrency
:
1
0
maxAge
:
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment