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` |