47 lines
963 B
YAML
47 lines
963 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/xhofe/alist-aria2
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.41.0@sha256:573e8862f6893804fd4a98781e269459f0d69fa148ede371afd2bf58a2dda289
|
|
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
|