We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e8e30 commit 9ffdfc1Copy full SHA for 9ffdfc1
charts/plex-media-server/values.yaml
@@ -213,6 +213,13 @@ service:
213
type: ClusterIP
214
port: 32400
215
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
+
223
# Port to use when type of service is "NodePort" (32400 by default)
224
# nodePort: 32400
225
0 commit comments