image: repository: tccr.io/truecharts/actualserver pullPolicy: IfNotPresent tag: v23.10.0@sha256:376bc338198b1d25cf6890c608885dcea45afd00a3fb16130f80a2d507f3831e securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsGroup: 0 runAsUser: 0 workload: main: podSpec: containers: main: probes: liveness: type: http path: / readiness: type: http path: / startup: type: http path: / env: {} service: main: ports: main: port: 10293 protocol: http targetPort: 5006 persistence: server-files: enabled: true mountPath: /app/server-files user-files: enabled: true mountPath: /app/user-files portal: open: enabled: true