Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bia-jupyter-hub
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Craig Russell
bia-jupyter-hub
Commits
3601adb0
Commit
3601adb0
authored
Jun 30, 2020
by
Craig Russell
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
idr config updated (github etc)
parent
505c036b
Pipeline
#83376
failed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
102 additions
and
0 deletions
+102
-0
helm/idr.yml
helm/idr.yml
+102
-0
No files found.
helm/idr.yml
View file @
3601adb0
...
...
@@ -16,9 +16,111 @@
# auth:
# dummy:
# password: XXXXXXXX
# dummy:
# password: starf1sh
# type: dummy
# whitelist:
# users:
# - admin
# auth:
# admin:
# access: true
# users:
# - ctr26
# type: github
# github:
# clientId: "3ba81089332e55967b89"
# clientSecret: "905a276f4a6f92904948272873c0ed4f70608e42"
# callbackUrl: "http://45.86.170.216:31349/hub/oauth_callback"
# # orgWhitelist:
# # - "bioimagearchive"
# scopes:
# - "read:user"
auth
:
admin
:
access
:
true
users
:
-
ctr26
type
:
github
github
:
clientId
:
"
3ba81089332e55967b89"
clientSecret
:
"
905a276f4a6f92904948272873c0ed4f70608e42"
callbackUrl
:
"
http://45.86.170.216:31349/hub/oauth_callback"
org_whitelist
:
-
"
bioimagearchive"
scopes
:
-
"
read:user"
# proxy:
# secretToken: c25c017f695b2d7684d1e103cd607493429369bec0a58b0701b1425babc37efd
singleuser
:
defaultUrl
:
"
/lab"
image
:
name
:
jupyter/datascience-notebook
tag
:
latest
storage
:
capacity
:
15G
extraVolumes
:
-
name
:
shm-volume
emptyDir
:
medium
:
Memory
extraVolumeMounts
:
-
name
:
shm-volume
mountPath
:
/dev/shm
memory
:
limit
:
1G
guarantee
:
1G
cpu
:
limit
:
.5
guarantee
:
.5
lifecycleHooks
:
postStart
:
exec
:
command
:
[
"
cp"
,
"
-a"
,
"
src"
,
"
target"
]
profileList
:
-
display_name
:
"
Minimal"
description
:
"
Spawns
a
notebook
server
with
1G
ram
and
1
CPU
core"
kubespawner_override
:
cpu
:
limit
:
.5
guarantee
:
.5
memory
:
limit
:
1G
guarantee
:
1G
-
display_name
:
"
16GB
-
4
core"
description
:
"
Spawns
a
notebook
server
with
16G
ram
and
4
CPU
core"
kubespawner_override
:
cpu
:
limit
:
8
guarantee
:
4
memory
:
limit
:
32G
guarantee
:
16G
-
display_name
:
"
64GB
-
8
core"
description
:
"
Spawns
a
notebook
server
with
64Gb
ram
and
8
CPU
cores"
kubespawner_override
:
cpu
:
limit
:
16
guarantee
:
8
memory
:
limit
:
128G
guarantee
:
64G
# extraVolumeMounts:
# - mountPath: /user/jovyan
# name: jupyterhub-shared
# extraVolumes:
# - name: jupyterhub-shared
# persistentVolumeClaim:
# claimName: biostudies-pvc
proxy
:
secretToken
:
1e54cdb91f9c78d3f93a577b90567771ad076424ab24470192cc0776a3d45bd5
# service:
# type: NodePort
...
...
Craig Russell
@ctr26
mentioned in issue
#2
·
Jun 30, 2020
mentioned in issue
#2
mentioned in issue #2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment