37 lines
694 B
YAML
37 lines
694 B
YAML
image:
|
|
repository: tinymediamanager/tinymediamanager
|
|
tag: 5.0.5@sha256:b6bd8d3a668e9260bd8c162ca8dbc5e8d9b169020cb59ebd60f901467ad24152
|
|
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: ""
|