image: repository: docker.io/revenz/fileflows tag: 25.10@sha256:121f6cd7d2e153bc94786736589f054028035306002c35b73e1be261c54fb16e pullPolicy: IfNotPresent securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 allowPrivilegeEscalation: true privileged: true workload: main: podSpec: containers: main: probes: liveness: type: http path: / readiness: type: http path: / startup: type: http path: / env: {} service: main: ports: main: port: 10242 targetPort: 5000 persistence: data: enabled: true mountPath: /app/Data logs: enabled: true mountPath: /app/Logs temp: enabled: true mountPath: /temp media: enabled: true mountPath: /media