27 lines
516 B
YAML
27 lines
516 B
YAML
env:
|
|
LIVEBOOK_PASSWORD: livebookiscool
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/livebook
|
|
tag: latest@sha256:5083b5d5cc02f9698c040f568091c1fb46a0880cfdaa62b6584fb5b08b78ee3e
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8787
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|