30 lines
545 B
YAML
30 lines
545 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: binhex/arch-moviegrabber
|
|
tag: latest@sha256:22c0c072e403982551079345a1dc15bfdb364e4a154ef2e49810daab1ab78589
|
|
persistence:
|
|
moviegrabber:
|
|
enabled: true
|
|
mountPath: /media
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9191
|
|
protocol: tcp
|
|
targetPort: 9191
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|