Skip to content

Commit

Permalink
Disable local relay and set PMS IP address to 10.43.121.169
Browse files Browse the repository at this point in the history
  • Loading branch information
llajas committed Sep 19, 2024
1 parent 5da4846 commit e72ca39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/clusterplex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ pms:
# -- Enable or disable the local relay function. In most cases this should be left to the default (true).
# If you disable this, you must add the pod IP address of each worker or the pod network CIDR to Plex under the
# `List of IP addresses and networks that are allowed without auth` option in Plex's network configuration.
localRelayEnabled: true
localRelayEnabled: false

# -- The port that the relay service will listen on
relayPort: 32499

# -- The IP address that plex is using. This is only utilized if you disable the localRelayEnabled option above.
pmsIP: ""
pmsIP: "10.43.121.169"

# -- Configure the kubernetes service associated with the the PMS component
# @default -- See below
Expand Down

0 comments on commit e72ca39

Please sign in to comment.