49 lines
934 B
YAML
49 lines
934 B
YAML
image:
|
|
repository: xhofe/alist-aria2
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.37.4@sha256:543df1ceb6aed6c603f8c64c855d6bf6b22ecaa114cca6251dff9a477894fc7a
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5244
|
|
protocol: http
|
|
port: 10167
|
|
aria2:
|
|
enabled: true
|
|
ports:
|
|
aria2:
|
|
enabled: true
|
|
targetPort: 6800
|
|
protocol: http
|
|
port: 6800
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/alist/data
|
|
portal:
|
|
open:
|
|
enabled: true
|