32 lines
712 B
YAML
32 lines
712 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/tachidesk-docker
|
|
tag: latest@sha256:4a9cd6510a4789f7b94456e74f0ee6477c0f3291407d4e1cc44a2085429b3400
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /home/suwayomi/.local/share/Tachidesk
|
|
library:
|
|
enabled: true
|
|
mountPath: /home/suwayomi/.local/share/Tachidesk/downloads
|
|
local-library:
|
|
enabled: true
|
|
mountPath: /home/suwayomi/.local/share/Tachidesk/local
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4567
|
|
protocol: TCP
|
|
targetPort: 4567
|
|
|
|
portal:
|
|
enabled: true
|