image: repository: jlesage/mediainfo tag: v24.04.1@sha256:50e2e262de84f2928180a2270b05510583b63265ce17afed8d381aac2867bee1 pullPolicy: IfNotPresent service: main: ports: main: port: 10264 targetPort: 5800 vnc: enabled: true ports: vnc: enabled: true port: 10265 targetPort: 5900 mediainfo: KEEP_APP_RUNNING: false DISPLAY_WIDTH: 1280 DISPLAY_HEIGHT: 768 SECURE_CONNECTION: false ENABLE_CJK_FONT: false configmap: mediainfo: enabled: true data: ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.mediainfo.ENABLE_CJK_FONT }}' KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.mediainfo.KEEP_APP_RUNNING }}' SECURE_CONNECTION: '{{ ternary "1" "0" .Values.mediainfo.SECURE_CONNECTION }}' DISPLAY_WIDTH: "{{ .Values.mediainfo.DISPLAY_WIDTH }}" DISPLAY_HEIGHT: "{{ .Values.mediainfo.DISPLAY_HEIGHT }}" persistence: config: enabled: true mountPath: "/config" storage: enabled: true mountPath: "/storage" portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: securityContext: capabilities: add: - NET_BIND_SERVICE - KILL probes: liveness: type: tcp readiness: type: tcp startup: type: tcp env: VNC_PASSWORD: "" envFrom: - configMapRef: name: "mediainfo"