mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 07:07:09 +08:00
46 lines
805 B
YAML
46 lines
805 B
YAML
image:
|
|
repository: tccr.io/truecharts/alist
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.16.3@sha256:88c940f1209d1a74ad100b5b88f870b2dd8846297cf29b69d2dea1c0f2793796
|
|
|
|
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
|