From afedb7156cef95cbe679c27d4e6ad7cfe8f9d2e0 Mon Sep 17 00:00:00 2001 From: Scott Jungwirth Date: Wed, 31 Oct 2018 13:45:03 -0700 Subject: [PATCH] Update README default value for hub.serviceType for stable/selenium (#7991) * Update README default value for hub.serviceType Signed-off-by: scott * Bump Chart version for stable/selenium to 0.10.1 Signed-off-by: scott --- stable/selenium/Chart.yaml | 2 +- stable/selenium/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/selenium/Chart.yaml b/stable/selenium/Chart.yaml index adf66a521f..d0c85fb28d 100644 --- a/stable/selenium/Chart.yaml +++ b/stable/selenium/Chart.yaml @@ -1,5 +1,5 @@ name: selenium -version: 0.11.1 +version: 0.11.2 appVersion: 3.14.0 description: Chart for selenium grid keywords: diff --git a/stable/selenium/README.md b/stable/selenium/README.md index 699512cb7c..797f390b64 100644 --- a/stable/selenium/README.md +++ b/stable/selenium/README.md @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Selenium chart and | `hub.port` | The port the hub listens on | `4444` | | `hub.javaOpts` | The java options for the selenium hub JVM, default sets the maximum heap size to 1,000 mb | `-Xmx1000m` | | `hub.resources` | The resources for the hub container, defaults to minimum half a cpu and maximum 1,000 mb RAM | `{"limits":{"cpu":".5", "memory":"1000Mi"}}` | -| `hub.serviceType` | The Service type | `NodePort` | +| `hub.serviceType` | The Service type | `LoadBalancer` | | `hub.serviceLoadBalancerIP` | The Public IP for the Load Balancer | `nil` | | `hub.loadBalancerSourceRanges` | A list of IP CIDRs allowed access to load balancer (if supported) | `[]` | | `hub.serviceSessionAffinity` | The session affinity for the hub service| `None` |