Update README default value for hub.serviceType for stable/selenium (#7991)

* Update README default value for hub.serviceType

Signed-off-by: scott <sjungwirth@gmail.com>

* Bump Chart version for stable/selenium to 0.10.1

Signed-off-by: scott <sjungwirth@gmail.com>
This commit is contained in:
Scott Jungwirth
2018-10-31 13:45:03 -07:00
committed by k8s-ci-robot
parent 761b67658a
commit afedb7156c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: selenium
version: 0.11.1
version: 0.11.2
appVersion: 3.14.0
description: Chart for selenium grid
keywords:
+1 -1
View File
@@ -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` |