mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
761b67658a
commit
afedb7156c
@@ -1,5 +1,5 @@
|
||||
name: selenium
|
||||
version: 0.11.1
|
||||
version: 0.11.2
|
||||
appVersion: 3.14.0
|
||||
description: Chart for selenium grid
|
||||
keywords:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user