env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/auto-yt-dl tag: latest persistence: data: enabled: true mountPath: /app/data hostpath1: enabled: true mountPath: /app/Downloads podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: enabled: true ports: main: enabled: true port: 5000 protocol: TCP targetPort: 5000