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