Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ARM
k8s
jupyter
Merge requests
!26
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dev
dev
into
prod
Overview
0
Commits
4
Pipelines
2
Changes
1
Merged
Ihli, Monica
requested to merge
dev
into
prod
1 year ago
Overview
0
Commits
4
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
prod
version 2
4d778df5
1 year ago
version 1
4d778df5
1 year ago
prod (base)
and
version 2
latest version
4d778df5
4 commits,
1 year ago
version 2
4d778df5
4 commits,
1 year ago
version 1
4d778df5
4 commits,
1 year ago
1 file
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
profiles.py
+
12
−
1
Options
#==============================================================================
#==============================================================================
=
# profiles.py is called by additional_functions.py
# Builds different types of profiles which can be passed to the spawner
# Docs: https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html
@@ -108,6 +108,13 @@ internal_volumes_list = [
"
server
"
:
"
192.168.2.4
"
}
},
{
"
name
"
:
"
project
"
,
"
nfs
"
:
{
"
path
"
:
"
/export/data/project
"
,
"
server
"
:
"
192.168.2.4
"
}
},
{
"
name
"
:
"
var-lib-sss
"
,
"
hostPath
"
:
{
@@ -139,6 +146,10 @@ internal_volume_mounts_list = [
"
name
"
:
"
user-scratch
"
,
"
mountPath
"
:
"
/data/home
"
},
{
"
name
"
:
"
project
"
,
"
mountPath
"
:
"
/data/project
"
},
{
"
name
"
:
"
var-lib-sss
"
,
"
mountPath
"
:
"
/var/lib/sss
"
Loading