27 lines
508 B
YAML
27 lines
508 B
YAML
env:
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/moviegrabber
|
|
tag: latest@sha256:e9f6a444b2df94fbf6853cc1c7f33730db01bf7105aee209eaa032615030908b
|
|
persistence:
|
|
moviegrabber:
|
|
enabled: true
|
|
mountPath: /media
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9191
|
|
protocol: TCP
|
|
targetPort: 9191
|
|
|
|
portal:
|
|
enabled: true
|