30 lines
584 B
YAML
30 lines
584 B
YAML
image:
|
|
repository: docker.io/iyuucn/iyuuplus
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:7382587f17cd2e382120a60cda60cdde710e8b7081944b430f1704843aa9878a
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|