34 lines
580 B
YAML
34 lines
580 B
YAML
image:
|
|
repository: tccr.io/truecharts/iyuuplus
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:46718f557ccbc9f6a11b546f5ea978ab09fafca80fabcf4405807c3d3379d60c
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
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:
|
|
enabled: true
|