37 lines
698 B
YAML
37 lines
698 B
YAML
image:
|
|
repository: tccr.io/truecharts/tinymediamanager
|
|
tag: v4.3.11@sha256:a5ea13f399adf1a68e73c60c19eed0b4e5d3a4b31599725e3b34c9a0df4833c1
|
|
pullPolicy: IfNotPresent
|
|
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:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PASSWORD: ""
|