31 lines
586 B
YAML
31 lines
586 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: jkirkcaldy/plex-utills
|
||
|
tag: latest@sha256:33ca56a98ee662d1a23d6e313bd15317648f028a1458c72a2e5c1fa294e50159
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10380
|
||
|
protocol: http
|
||
|
targetPort: 80
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
logs:
|
||
|
enabled: true
|
||
|
mountPath: /logs
|
||
|
plexlibrary:
|
||
|
enabled: true
|
||
|
mountPath: /films
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|