Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jupyter Control Notebook chart
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
epics-containers
Jupyter Control Notebook chart
Commits
3adf6ecb
Commit
3adf6ecb
authored
9 months ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
update pip notebook
parent
64039c6f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/deployment.yaml
+12
-0
12 additions, 0 deletions
templates/deployment.yaml
values.yaml
+5
-2
5 additions, 2 deletions
values.yaml
with
17 additions
and
2 deletions
templates/deployment.yaml
+
12
−
0
View file @
3adf6ecb
...
@@ -179,6 +179,18 @@ spec:
...
@@ -179,6 +179,18 @@ spec:
-
name
:
http
-
name
:
http
containerPort
:
8888
containerPort
:
8888
protocol
:
TCP
protocol
:
TCP
command
:
-
sh
-
-c
-
|
echo "Starting Notebook"
{{- range .Values.pip }}
echo "installing {{.}}"
pip install {{.}}
{{- end }}
cd /usr/local/bin/
tini -g -- start.sh start-notebook.py
resources
:
resources
:
{{
- toYaml .Values.resources | nindent 12
}}
{{
- toYaml .Values.resources | nindent 12
}}
{{
- with .Values.nodeSelector
}}
{{
- with .Values.nodeSelector
}}
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
5
−
2
View file @
3adf6ecb
...
@@ -29,7 +29,7 @@ podAnnotations: {}
...
@@ -29,7 +29,7 @@ podAnnotations: {}
securityContext
:
securityContext
:
runAsNonRoot
:
true
runAsNonRoot
:
true
runAsUser
:
1000
runAsUser
:
1000
#
fsGroup: 0
fsGroup
:
100
0
service
:
service
:
...
@@ -93,4 +93,7 @@ hashedpass: "argon2:$argon2id$v=19$m=10240,t=10,p=8$yZEhXIv+GjgLRKsPbRRCnA$81V1v
...
@@ -93,4 +93,7 @@ hashedpass: "argon2:$argon2id$v=19$m=10240,t=10,p=8$yZEhXIv+GjgLRKsPbRRCnA$81V1v
epicsConfiguration
:
epicsConfiguration
:
name
:
## load the epicsConfigurationMap
name
:
## load the epicsConfigurationMap
gateway
:
## if defined EPICS_CA_ADDR_LIST is overridden
gateway
:
## if defined EPICS_CA_ADDR_LIST is overridden
\ No newline at end of file
pip
:
-
infn-ophyd-hal
\ No newline at end of file
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