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