44 lines
696 B
YAML
44 lines
696 B
YAML
image:
|
|
repository: tccr.io/truecharts/aria2-pro
|
|
tag: latest@sha256:08a35fe3204c00dbdc609b1abc8c05c349764c3caecb9dadb970dc470c5b1f41
|
|
pullPolicy: IfNotPresent
|
|
|
|
secretEnv:
|
|
RPC_SECRET: "ChangemeNow"
|
|
|
|
env:
|
|
RPC_PORT: 6800
|
|
# LISTEN_PORT: 6888
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6800
|
|
targetPort: 6800
|
|
listen:
|
|
enabled: true
|
|
ports:
|
|
listen:
|
|
enabled: true
|
|
port: 6888
|
|
targetPort: 6888
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|