28 lines
467 B
YAML
28 lines
467 B
YAML
image:
|
|
repository: tccr.io/truecharts/alist
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.12.2@sha256:5e31a45b1291a1efb2c87f635c8efac0bf7698be3fc8db4b5e85b520377328eb
|
|
|
|
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
|