34 lines
752 B
YAML
34 lines
752 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/tachidesk-docker
|
|
tag: latest@sha256:79b2b4f6e98ccb19a609286bab43b27243ece01b8d959621083dd1f5046929c1
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|