From 53976c601fb2966a981fecd0ddc4d5941cb977dc Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Wed, 3 Jun 2020 09:06:39 -0700 Subject: [PATCH] add a hint about type=loadbalancer I couldn't figure out why setting a LB IP didn't change the service type, so I dug into the template and saw that it is switched by `type`. --- charts/kube-plex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kube-plex/README.md b/charts/kube-plex/README.md index 0bc1ec7..5146953 100644 --- a/charts/kube-plex/README.md +++ b/charts/kube-plex/README.md @@ -19,7 +19,7 @@ The following tables lists the configurable parameters of the Plex chart and the | `service.port` | Kubernetes port where the plex GUI/API is exposed| `32400` | | `service.annotations` | Service annotations for the Plex GUI | `{}` | | `service.labels` | Custom labels | `{}` | -| `service.loadBalancerIP` | Loadbalance IP for the Plex GUI | `{}` | +| `service.loadBalancerIP` | Load balancer IP for the Plex GUI; set `service.type` to `LoadBalancer` to use this. | `{}` | | `service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None | `ingress.enabled` | Enables Ingress | `false` | | `ingress.annotations` | Ingress annotations | `{}` |