46 lines
806 B
YAML
46 lines
806 B
YAML
image:
|
|
repository: tccr.io/truecharts/alist
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.17.0@sha256:d9d27427c9a8d274a830393fa2274d38a9fecdf9eb593f590c524e523c92832d
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5244
|
|
protocol: http
|
|
port: 10167
|
|
|
|
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
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|