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-18 08:58:05 +00:00
|
|
|
tag: v2023-10@sha256:1ea4b06ca151de0a774a928fe3182fee227cf61a06c32c42ded48d65c1cb3374
|
2023-08-01 09:25:32 +00:00
|
|
|
tensorflowImage:
|
|
|
|
repository: tccr.io/truecharts/jupyter-tensorflow
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-18 08:58:05 +00:00
|
|
|
tag: v2023-10@sha256:2e93b4ac5aed969acfeae89fd9f6b1f4ad6e0b6c19669e9590710c245d8de4ca
|
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 }}'
|