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:9fd82e2b08de23d82d54317b3b1719c2c1558955f1130c66acc5aa7f18f9fb04
|
|
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
|