env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/twonky-server tag: latest@sha256:4dc179df8d92227c6bb12c60eb4956507e2ebac7df8c57b647f47b6cc52d2b80 persistence: config: enabled: true mountPath: /config data: enabled: true mountPath: /data podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: ports: main: port: 9000 protocol: TCP targetPort: 9000 portal: enabled: true