49 lines
934 B
YAML
49 lines
934 B
YAML
|
image:
|
||
|
repository: xhofe/alist-aria2
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v3.30.0@sha256:3be44197b5fe4009edbca01541bd3bd60b9956dcdcfba5c69af08304bfc16949
|
||
|
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
|