29 lines
527 B
YAML
29 lines
527 B
YAML
env:
|
|
KEYBOARD: ""
|
|
SUBFOLDER: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/kdenlive
|
|
tag: latest@sha256:df18b519ea2824cc79ed05e5404b1eb87734dfb504f8afce140c2df8118a8a1a
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
enabled: true
|