2021-10-13 20:46:42 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
|
|
|
repository: p3terx/aria2-pro
|
|
|
|
# -- image tag
|
2021-10-13 21:19:33 +00:00
|
|
|
tag: latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7
|
2021-10-13 20:46:42 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
# -- environment variables. See more environment variables in the [Aria2c documentation](https://github.com/P3TERX/Aria2-Pro-Docker).
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
PUID: 568
|
|
|
|
UMASK_SET: 022
|
|
|
|
RPC_SECRET: ChangemeNow # Or From a secret
|
|
|
|
RPC_PORT: 6800
|
|
|
|
# LISTEN_PORT: 6888
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 6800
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 6800
|
2021-10-22 12:58:27 +00:00
|
|
|
listen:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-10-13 20:46:42 +00:00
|
|
|
listen:
|
|
|
|
enabled: true
|
|
|
|
port: 6888
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 6888
|
2021-10-13 20:46:42 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountpath: /downloads
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountpath: /config
|
|
|
|
varrun:
|
|
|
|
enabled: true
|