Files
truecharts/charts/incubator/tachidesk-docker/values.yaml
T
TrueCharts BotandGitHub 8ff1c4bac8 chore(deps): update docker general non-major docker tags (#3512)
* chore(deps): update docker general non-major docker tags

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-19 08:49:06 +03:00

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