Files
truecharts/charts/stable/jupyter/values.yaml
T

69 lines
2.2 KiB
YAML

image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-07@sha256:966197802e8335bdf6a38132830f787106568b82deb7c82df25ad1ec5608ab5a
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-07@sha256:fab1f81c06df9749402903163994c03563fc6b16c323438883395e656f17c9b4
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-07@sha256:b88d926136eeb6255d007d2114ad23c579c8b6f59b3e14978d626d2b12a0d78c
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-07@sha256:2c1f5d8a740ad6762599d76a7a6cae8966bcf8622a671bdc8ea8f08aa62485fd
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:0a52c326bf9fb3340f54e4cf42ee886cd683d7448be15529a67956ebcce5db37
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-07@sha256:901f70788202a3256ba4c7f231b3aa18d4a0e30a6af9c9f79364b77ce1cd10c3
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-07@sha256:2bd7a0f39d03e5a2c94a06ac1e2ec9abe89323b4b8f7839ea17adcba39bc3bcc
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 }}'