2022-07-22 20:19:45 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/tachidesk-docker
|
2022-09-19 09:20:18 +00:00
|
|
|
tag: latest@sha256:5be8fb41b1a95a1fc3b61122b79d74fcc5e5ac05ae888bf646ee6c3e38604183
|
2022-07-22 20:19:45 +00:00
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|