26 lines
500 B
YAML
26 lines
500 B
YAML
env:
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: binhex/arch-moviegrabber
|
|
tag: latest@sha256:22c0c072e403982551079345a1dc15bfdb364e4a154ef2e49810daab1ab78589
|
|
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
|