# yaml-language-server: $schema=./values.schema.json image: repository: docker.io/iyuucn/iyuuplus pullPolicy: IfNotPresent tag: latest@sha256:04993e5c1084d8995d5f08e4c62edc390b5f6b50359bbd306b5be543936a39f5 service: main: ports: main: targetPort: 8787 port: 10188 persistence: config: enabled: true mountPath: "/IYUU/db" torrents: enabled: true mountPath: "/torrents" btbackup: enabled: true mountPath: "/BT_backup" securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0