From 584443aa4af3ed0a63693bb7cfc8e34bab6638bc Mon Sep 17 00:00:00 2001 From: Yoshiyuki <32473622+yoshwata@users.noreply.github.com> Date: Thu, 2 May 2019 12:02:21 +0900 Subject: [PATCH] Update README.md --- charts/kube-plex/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/kube-plex/README.md b/charts/kube-plex/README.md index ddf3b96..f960c54 100644 --- a/charts/kube-plex/README.md +++ b/charts/kube-plex/README.md @@ -15,12 +15,12 @@ The following tables lists the configurable parameters of the Plex chart and the | `kubePlex.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `claimToken` | Plex Claim Token to authenticate your acount | `` | | `timezone` | Timezone plex instance should run as, e.g. 'America/New_York' | `Europe/London` | -| `Service.type` | Kubernetes service type for the plex GUI/API | `ClusterIP` | -| `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.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None +| `service.type` | Kubernetes service type for the plex GUI/API | `ClusterIP` | +| `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.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None | `ingress.enabled` | Enables Ingress | `false` | | `ingress.annotations` | Ingress annotations | `{}` | | `ingress.labels` | Custom labels | `{}` @@ -44,4 +44,4 @@ The following tables lists the configurable parameters of the Plex chart and the | `persistence.config.storageClass` | Type of persistent volume claim | `-` | | `resources` | CPU/Memory resource requests/limits | `{}` | -Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. \ No newline at end of file +Read through the [values.yaml](values.yaml) file. It has several commented out suggested values.