TrueChartsClone/charts/incubator/tachidesk-docker/values.yaml

32 lines
712 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tachidesk-docker
tag: latest@sha256:9b108319102614b6c80a600370de058fedcf8fe1d21fbc97efda7bfcc1b78688
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