Files
truecharts/charts/stable/tinymediamanager/values.yaml
T
TrueCharts BotandGitHub 516d51032d chore(deps): update docker general non-major (#4331)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-07 09:12:11 +01:00

37 lines
614 B
YAML

image:
repository: tccr.io/truecharts/tinymediamanager
tag: 4.3.5@sha256:f20df977a5772f7e96ce5096b18ac4bb3322b349bb759be72c3f6c75e6e7b6df
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
PASSWORD: ""
service:
main:
ports:
main:
port: 10179
targetPort: 4000
persistence:
data:
enabled: true
mountPath: "/data"
movies:
enabled: true
mountPath: "/media/movies"
tvshows:
enabled: true
mountPath: "/media/tvshows"
portal:
enabled: true