Files
truecharts/charts/stable/plex/values.yaml
T
Kjeld Schouten-LebbingandGitHub 5b84caa715 fix(apps): correct some ports mistakes (#1416)
* fix(apps): correct some ports mistakes

* Some fixes and cleanup
2021-11-28 10:44:06 +01:00

23 lines
400 B
YAML

# Default values for Plex.
image:
repository: ghcr.io/k8s-at-home/plex
pullPolicy: IfNotPresent
tag: v1.24.5.5173-8dcc73a59@sha256:b651efe17214c1cc06345466a3db5f62c0b4b8f3e49e0083e19d04f13001abc6
service:
main:
ports:
main:
port: 32400
targetPort: 32400
persistence:
config:
enabled: true
mountPath: "/config"
env:
ALLOWED_NETWORKS: "172.16.0.0/16"