image: repository: ghcr.io/linuxserver/doublecommander pullPolicy: IfNotPresent tag: latest@sha256:78d8285f56c0c2281e0bffdf8d8a419d2b091913c813e92df4a660c11a8793ea securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 service: main: ports: main: port: 10034 targetPort: 3000 workload: main: podSpec: containers: main: securityContext: capabilities: add: - SYS_CHROOT - KILL - NET_BIND_SERVICE probes: liveness: type: http path: / readiness: type: http path: / startup: type: http path: / persistence: config: enabled: true mountPath: /config portal: open: enabled: true