2022-07-22 20:19:45 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/tachidesk-docker
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:711af2ff7f0c730f0999640e668e4ca4f16e17f4154918d9865cf4912c608dff
|
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:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 4567
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 4567
|