image: repository: tccr.io/truecharts/aria2-pro tag: latest@sha256:08a35fe3204c00dbdc609b1abc8c05c349764c3caecb9dadb970dc470c5b1f41 pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 secretEnv: RPC_SECRET: "ChangemeNow" env: RPC_PORT: "{{ .Values.service.main.ports.main.port }}" LISTEN_PORT: "{{ .Values.service.listen.ports.listen.port }}" UMASK_SET: "{{ .Values.security.UMASK }}" DISK_CACHE: 64M IPV6_MODE: false UPDATE_TRACKERS: false CUSTOM_TRACKER_URL: "https://trackerslist.com/all_aria2.txt" service: main: ports: main: port: 6800 listen: enabled: true ports: listen: enabled: true port: 6888 persistence: config: enabled: true mountPath: /config varrun: enabled: true portal: enabled: false