69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/jupyter-base
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:19ba1a76a44d0b14f9e0998efe2feea0ddb45d45c05d22da7328944b9bc6b205
|
|
minimalImage:
|
|
repository: tccr.io/truecharts/jupyter-minimal
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:abeac2f7686dd5f1fcce0d65ffe58c81bb3b48e1104cec15324c9b7f803e1af3
|
|
rImage:
|
|
repository: tccr.io/truecharts/jupyter-r
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:9602e18b200c1f9e9a7b808ec3c8d486cbd770465f8ff12621113b43b3788b46
|
|
scipyImage:
|
|
repository: tccr.io/truecharts/jupyter-scipy
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:fb4421522357feab47dcab7bbd2aa57d84240c493439029fad1086925e00240b
|
|
tensorflowImage:
|
|
repository: tccr.io/truecharts/jupyter-tensorflow
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:104493835c2c97b19b9f536bedfd74aebfa374ab5c3fbc083d79c863a23407b6
|
|
datascienceImage:
|
|
repository: tccr.io/truecharts/jupyter-datascience
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:adfd128e074bab41a5513189400857ced3d6df277af5dc02f377188b7558e193
|
|
pysparkImage:
|
|
repository: tccr.io/truecharts/jupyter-pyspark
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:c09f95e460e1156d639bc451c24f9636fc55c6dea8233a9473795823c2ffd493
|
|
allsparkImage:
|
|
repository: tccr.io/truecharts/jupyter-all-spark
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-08@sha256:91c152d108c4bfaff96660af8060c62f1d9ffec8f538af8749e8c4c0fc8e03ae
|
|
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 }}'
|