catalog/stable/jupyter/4.0.47/ix_values.yaml

69 lines
2.2 KiB
YAML

image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-07@sha256:dc77abf9360724a88b0e1217109242810ff77e1bcd9586b9fd78857294ea65de
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-07@sha256:fb69a02b0c64d01cd0464dc51c65890c41fa9c43453bed3819b619d62c2e34cd
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-07@sha256:7120ef4bedeb39a7b3f490c92af085e175c4ac4aabce6addf2179bb2c6a507b0
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-07@sha256:890734565345eed4d3483980d31ac57fc99c2ead03adf7a8a190420d0dd4c0b0
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-07@sha256:687b6f9d31430231fd67e1fc554e12fdbfdf6a72addb05a81209e7fef2cd2d74
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2023-07@sha256:78bc4b082bf73955936c7435f541c9523c11515fd2552dbf8bdee3ba86e69cb9
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-07@sha256:62cff270d62ec044e60d23dda1a1addc7ecd2d4879f46ff0a837fac209e8aa7a
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-07@sha256:8a2f0612cdf76ea2d19da42d19f72a06c31b3a0109722f04fddb7f884c472de4
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 }}'