Skip to content
Snippets Groups Projects
Commit 3adf6ecb authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

update pip notebook

parent 64039c6f
No related branches found
No related tags found
No related merge requests found
...@@ -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 }}
......
...@@ -29,7 +29,7 @@ podAnnotations: {} ...@@ -29,7 +29,7 @@ podAnnotations: {}
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
# fsGroup: 0 fsGroup: 1000
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment