Files
truecharts/charts/incubator/livebook/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

27 lines
516 B
YAML

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