28 lines
466 B
YAML
28 lines
466 B
YAML
image:
|
|
repository: tccr.io/truecharts/alist
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.8.0@sha256:23ca967cc19fa2e174c27e71bf239a7d37d22fe2d3fb283a61ae63ea3f09e7f8
|
|
|
|
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
|