TrueChartsCatalogClone/stable/jupyter/4.0.52/ix_values.yaml

69 lines
2.2 KiB
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-07@sha256:0f58b87b28d121c85d111f21a5f12c303eada81cf7a17de956fa79f96b741af6
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-07@sha256:1e5d81a693cf78f969a3ebe6caad0959778c62b7697fc5c1c34b5791676f564b
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-07@sha256:946cb5b020a96473ac4d268166e56ca2156f14121807952ce84fe6d03a2551a5
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-07@sha256:ba4fb30175d283f82f8fab2ddd6f27fa47baa875c5127972d32658113e06bfe1
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-07@sha256:c3e2076d7ca16793761389cf8c265dc1b88cdd129b9689962c99fc80b1d9f152
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2023-07@sha256:5713514fb57308892bcd6ebfedec2170b0b81f7a669c7b7a0bfb0d2cd0667783
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-07@sha256:d5cde002abd1b2e0f7844e1e07abfa61be7cc9443e7e3359a9d36ae889dc9e5b
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-07@sha256:3eec06823084dc288e7970fb87a5ed195d8589351a637295efba863c694d3670
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 }}'