# yaml-language-server: $schema=./values.schema.json image: repository: docker.io/revenz/fileflows tag: 26.06@sha256:377d3b7c05ba705ac0fe2b338c1f5eef9426d0493a0a91101de97071cbbc0b9b 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