TrueChartsCatalogClone/stable/jupyter/5.0.11/ix_values.yaml

69 lines
2.2 KiB
YAML
Raw Normal View History

2023-08-01 09:25:32 +00:00
image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-08@sha256:47009299c7f819657f0edb60a8028043ab54f9ebc0d55775d9bf26f8d205b66b
2023-08-01 09:25:32 +00:00
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-08@sha256:85103ca99895f6df8d37c03257f579681e685c5e61655a469161a257e1146c8f
2023-08-01 09:25:32 +00:00
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-08@sha256:81a0488d1c2535139582bd64965b6ef5613aa6f358c171645e5a64aa04bb9999
2023-08-01 09:25:32 +00:00
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-08@sha256:fb4421522357feab47dcab7bbd2aa57d84240c493439029fad1086925e00240b
2023-08-01 09:25:32 +00:00
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-08@sha256:104493835c2c97b19b9f536bedfd74aebfa374ab5c3fbc083d79c863a23407b6
2023-08-01 09:25:32 +00:00
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2023-08@sha256:08f043c9bd907190db8077daa47cebb4a896e1821d517748ec2a61a8d9530ddd
2023-08-01 09:25:32 +00:00
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-08@sha256:a6dbbf13c11fa3d1a38bd7c3dc03230c93c18d456b2b1a18eb38097da7d8d399
2023-08-01 09:25:32 +00:00
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-08@sha256:af1fa951b9a550014a0cfbb81628fce1a0acb0520060b03c195fdcada34bba71
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 }}'