30 lines
695 B
YAML
30 lines
695 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ghcr.io/suwayomi/tachidesk
|
||
|
tag: latest@sha256:2782f5b40fafccb21ff6bdbaed7594804c2aa043ba9a42727a19fb6e07397fbb
|
||
|
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
|
||
|
portal:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 4567
|
||
|
protocol: TCP
|
||
|
targetPort: 4567
|