33 lines
658 B
YAML
33 lines
658 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/kdenlive-vnc
|
|
tag: latest@sha256:2941931667309159639a4f2a4300dcf8f403594ed257fa81b9862967b5835874
|
|
persistence:
|
|
content:
|
|
enabled: true
|
|
mountPath: /sharedContent
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 5800
|
|
protocol: HTTP
|
|
targetPort: 5800
|
|
vncport:
|
|
enabled: true
|
|
ports:
|
|
vncport:
|
|
enabled: true
|
|
port: 5900
|
|
protocol: TCP
|
|
targetPort: 5900
|