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:aab9ec146ceff91c662d55888f9667e0d2bc6cf08d5c98a0e64dbc4f048accfc
|
|
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
|