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