38 lines
704 B
YAML
38 lines
704 B
YAML
|
env:
|
||
|
UMASK: ""
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/pyload-ng
|
||
|
tag: latest@sha256:2c820e2d8dab4629d178f31fea5545824eba2b74c08771bba7bc22474386e35d
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
pathdownloads:
|
||
|
enabled: true
|
||
|
mountPath: /downloads
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8000
|
||
|
protocol: HTTP
|
||
|
targetPort: 8000
|
||
|
port9666:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
port9666:
|
||
|
enabled: true
|
||
|
port: 9666
|
||
|
protocol: TCP
|
||
|
targetPort: 9666
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|