69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/jupyter-base
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:b1037d30b69dacedd1ba9ff8b53fed7ddfa6f0970b25549b00a54bf2e9740083
|
|
minimalImage:
|
|
repository: tccr.io/truecharts/jupyter-minimal
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:d4b79d8e2dbb112aa0d8c056063a77cbccbe134083a221d5bcde63673b359b38
|
|
rImage:
|
|
repository: tccr.io/truecharts/jupyter-r
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:5f209931dce0d3c79b18556e8ef88020ea05ed91fde8e1514800b2e8cad04530
|
|
scipyImage:
|
|
repository: tccr.io/truecharts/jupyter-scipy
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:69a5773d07bd825d125f36711cb706fdd4448063b57dc34b51fe056922a401d5
|
|
tensorflowImage:
|
|
repository: tccr.io/truecharts/jupyter-tensorflow
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:bd69b9372478a616d9dc1de35e650bafafe73482777b66beaeaf428ad9a76b24
|
|
datascienceImage:
|
|
repository: tccr.io/truecharts/jupyter-datascience
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:3a5716c6ea76c5a381dc771e9c5c0e8bd5777c16027d334a2a5969e5c7304eee
|
|
pysparkImage:
|
|
repository: tccr.io/truecharts/jupyter-pyspark
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:2316533a7a073cd69b5c74ed1fb39bcd594b54553e7762050a4d09c9b55461b6
|
|
allsparkImage:
|
|
repository: tccr.io/truecharts/jupyter-all-spark
|
|
pullPolicy: IfNotPresent
|
|
tag: v2023-10@sha256:66b67c88b02c0fa5c6ce78c48ebb2a8ed80a98d40383da885cb0438d2381440c
|
|
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 }}'
|