2023-08-01 09:25:32 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/jupyter-base
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 08:41:35 +00:00
|
|
|
tag: v2023-10@sha256:1af41a77c007a1f1da7286c910a64b9861e0d0325d95fe07e44ec51091671c37
|
2023-08-01 09:25:32 +00:00
|
|
|
minimalImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-minimal
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 08:41:35 +00:00
|
|
|
tag: v2023-10@sha256:74bcd59d5068fcd11f8b0fcb251a0c9ae2e44f5a061850a14b4cfe9cd6c814a2
|
2023-08-01 09:25:32 +00:00
|
|
|
rImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-r
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 08:41:35 +00:00
|
|
|
tag: v2023-10@sha256:7eb6abb84658811762fb06d1f9069bfaf82e26845be6a1c11273517e50a90fd1
|
2023-08-01 09:25:32 +00:00
|
|
|
scipyImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-scipy
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 09:46:55 +00:00
|
|
|
tag: v2023-10@sha256:2c2353dbd5931b006061147465a24a0f1b6806e591aca4a7f978edf250c4a4a7
|
2023-08-01 09:25:32 +00:00
|
|
|
tensorflowImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-tensorflow
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 12:49:44 +00:00
|
|
|
tag: v2023-10@sha256:86bb1fa587457af038d329d4c54d738182e01e9d93dbb2ec0857807577a3fcfe
|
2023-08-01 09:25:32 +00:00
|
|
|
datascienceImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-datascience
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 08:41:35 +00:00
|
|
|
tag: v2023-10@sha256:45c5f6d26ba351e0f4259158d7a1a80e9c11072c9299a13c7b44d6a2951a9746
|
2023-08-01 09:25:32 +00:00
|
|
|
pysparkImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-pyspark
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 08:41:35 +00:00
|
|
|
tag: v2023-10@sha256:5191d176114e48d7691f2892470d5695059efa77308cdbd195ddb2391ad47277
|
2023-08-01 09:25:32 +00:00
|
|
|
allsparkImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-all-spark
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-20 08:41:35 +00:00
|
|
|
tag: v2023-10@sha256:b48213e4dbb19025f1e13aa90bb3851f78ebb1cd6372fa62938381095d024f8b
|
2023-08-01 09:25:32 +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:
|
|
|
|
imageSelector: image
|
|
|
|
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 }}'
|