Skip to content

Commit 9ffdfc1

Browse files
committed
feat: add loadBalancerIP description
1 parent 57e8e30 commit 9ffdfc1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/plex-media-server/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@ service:
213213
type: ClusterIP
214214
port: 32400
215215

216+
# -- Deprecated: Pre-defined IP address of the PMS service.
217+
# Used by cloud providers to connect the resulting load balancer service to a
218+
# pre-existing static IP.
219+
# Users are encouraged to use implementation-specific annotations when available instead.
220+
# Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer
221+
# loadBalancerIP: ""
222+
216223
# Port to use when type of service is "NodePort" (32400 by default)
217224
# nodePort: 32400
218225

0 commit comments

Comments
 (0)