Files
truecharts/charts/stable/plex/values.yaml
Stavros Kois 5ac360b4ec [Plex] Fix portal path and add default allowed networks (#582)
* Fix portal path

* Add default allowed networks

* Increase version

* Rephrase description of allowed networks
2021-06-23 00:00:23 +02:00

33 lines
494 B
YAML

# Default values for Plex.
image:
repository: ghcr.io/k8s-at-home/plex
pullPolicy: IfNotPresent
tag: v1.22.3.4523-d0ce30438
strategy:
type: Recreate
# 44=video 107=render
podSecurityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
supplementalGroups: [44, 107]
service:
main:
ports:
main:
port: 32400
persistence:
config:
enabled: true
mountPath: "/config"
type: emptyDir
env:
ALLOWED_NETWORKS: "172.16.0.0/16"