2022-11-15 00:14:12 +00:00
|
|
|
env:
|
|
|
|
LIVEBOOK_PASSWORD: livebookiscool
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/livebook
|
2022-12-09 01:49:19 +00:00
|
|
|
tag: latest@sha256:9fd82e2b08de23d82d54317b3b1719c2c1558955f1130c66acc5aa7f18f9fb04
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|