34 lines
584 B
YAML
34 lines
584 B
YAML
|
image:
|
||
|
repository: tinymediamanager/tinymediamanager
|
||
|
tag: 4.2.7@sha256:80602caa61aea1f274265af9a8e3e90722d18f2d191b586d9304ada590e9d334
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
secret:
|
||
|
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"
|