catalog/stable/ml-workspace/1.0.1/ix_values.yaml

66 lines
1.6 KiB
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/ml-workspace
tag: 0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4
pullPolicy: IfNotPresent
imageGPU:
repository: tccr.io/truecharts/ml-workspace-gpu
pullPolicy: IfNotPresent
tag: 0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95
imageMinimal:
repository: tccr.io/truecharts/ml-workspace-minimal
pullPolicy: IfNotPresent
tag: 0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33
imageLight:
repository: tccr.io/truecharts/ml-workspace-light
pullPolicy: IfNotPresent
tag: 0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241
imageSelector: "image"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
WORKSPACE_AUTH_USER: "admin"
WORKSPACE_AUTH_PASSWORD: "password"
# true, false, or a token
AUTHENTICATE_VIA_JUPYTER: "mytoken"
env:
WORKSPACE_BASE_URL: "/"
WORKSPACE_SSL_ENABLED: false
WORKSPACE_PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
CONFIG_BACKUP_ENABLED: true
SHARED_LINKS_ENABLED: false
INCLUDE_TUTORIALS: true
MAX_NUM_THREADS: "auto"
# Jupyter Config
# true, false or timeout in seconds
SHUTDOWN_INACTIVE_KERNELS: "false"
NOTEBOOK_ARGS: ""
service:
main:
ports:
main:
port: 10201
persistence:
workspace:
enabled: true
mountPath: "/workspace"
shm:
enabled: true
mountPath: "/dev/shm"
type: "emptyDir"
medium: "Memory"