41 lines
752 B
YAML
41 lines
752 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: lscr.io/linuxserver/pyload-ng
|
||
|
tag: latest@sha256:d6e6aae946bd0ece3454855ab5adbd40b36425324a3216f92a12ce485271a457
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
pathdownloads:
|
||
|
enabled: true
|
||
|
mountPath: /downloads
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8000
|
||
|
protocol: http
|
||
|
targetPort: 8000
|
||
|
port9666:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
port9666:
|
||
|
enabled: true
|
||
|
port: 9666
|
||
|
protocol: tcp
|
||
|
targetPort: 9666
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|