TrueChartsClone/charts/incubator/livebook/values.yaml

27 lines
516 B
YAML

env:
LIVEBOOK_PASSWORD: livebookiscool
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/livebook
tag: latest@sha256:a35055dbe167949686fb4319cc8f72317265e5ca5c8d3b12e4ce7e416a266d34
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