2023-04-11 10:15:00 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/jupyter-base
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-28 22:37:56 +00:00
|
|
|
tag: v2023-07@sha256:0f58b87b28d121c85d111f21a5f12c303eada81cf7a17de956fa79f96b741af6
|
2023-04-11 10:15:00 +00:00
|
|
|
minimalImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-minimal
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-28 22:37:56 +00:00
|
|
|
tag: v2023-07@sha256:1e5d81a693cf78f969a3ebe6caad0959778c62b7697fc5c1c34b5791676f564b
|
2023-04-11 10:15:00 +00:00
|
|
|
rImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-r
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-28 22:37:56 +00:00
|
|
|
tag: v2023-07@sha256:946cb5b020a96473ac4d268166e56ca2156f14121807952ce84fe6d03a2551a5
|
2023-04-11 10:15:00 +00:00
|
|
|
scipyImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-scipy
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-29 14:40:21 +00:00
|
|
|
tag: v2023-07@sha256:ba4fb30175d283f82f8fab2ddd6f27fa47baa875c5127972d32658113e06bfe1
|
2023-04-11 10:15:00 +00:00
|
|
|
tensorflowImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-tensorflow
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-29 14:40:21 +00:00
|
|
|
tag: v2023-07@sha256:c3e2076d7ca16793761389cf8c265dc1b88cdd129b9689962c99fc80b1d9f152
|
2023-04-11 10:15:00 +00:00
|
|
|
datascienceImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-datascience
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-28 22:37:56 +00:00
|
|
|
tag: v2023-07@sha256:5713514fb57308892bcd6ebfedec2170b0b81f7a669c7b7a0bfb0d2cd0667783
|
2023-04-11 10:15:00 +00:00
|
|
|
pysparkImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-pyspark
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-28 22:37:56 +00:00
|
|
|
tag: v2023-07@sha256:d5cde002abd1b2e0f7844e1e07abfa61be7cc9443e7e3359a9d36ae889dc9e5b
|
2023-04-11 10:15:00 +00:00
|
|
|
allsparkImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-all-spark
|
|
|
|
pullPolicy: IfNotPresent
|
2023-07-28 22:37:56 +00:00
|
|
|
tag: v2023-07@sha256:3eec06823084dc288e7970fb87a5ed195d8589351a637295efba863c694d3670
|
2023-04-11 10:15:00 +00:00
|
|
|
jupyter:
|
|
|
|
jupyter_cmd: lab
|
|
|
|
restartable: true
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10300
|
|
|
|
protocol: http
|
|
|
|
targetPort: 8888
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /home/jovyan/work
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
2023-04-19 23:23:31 +00:00
|
|
|
imageSelector: image
|
2023-04-11 10:15:00 +00:00
|
|
|
env:
|
|
|
|
NB_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
|
|
NB_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
|
|
NB_UMASK: "{{ .Values.securityContext.container.UMASK }}"
|
|
|
|
# User Defined
|
|
|
|
DOCKER_STACKS_JUPYTER_CMD: "{{ .Values.jupyter.jupyter_cmd }}"
|
|
|
|
RESTARTABLE: '{{ ternary "yes" "no" .Values.jupyter.restartable }}'
|