28 lines
466 B
YAML
28 lines
466 B
YAML
image:
|
|
repository: tccr.io/truecharts/alist
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.9.0@sha256:f439c045380165e472bd40b7bc80babf47441c9f8f3abf71376a62baa70a4929
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5244
|
|
port: 10167
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/opt/alist/data"
|
|
|
|
portal:
|
|
enabled: true
|