mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[master] Fixed broken markdown table; (#10982)
* [master] Fixed broken markdown table; Signed-off-by: Alexander Ilyin <alexander@ilyin.eu> * [master] Bump the chart version. Signed-off-by: Alexander Ilyin <alexander@ilyin.eu> Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0facbbcf21
commit
c5f6378a96
@@ -1,5 +1,5 @@
|
||||
name: selenium
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
appVersion: 3.14.0
|
||||
description: Chart for selenium grid
|
||||
keywords:
|
||||
|
||||
@@ -51,7 +51,6 @@ The following table lists the configurable parameters of the Selenium chart and
|
||||
| `hub.pullPolicy` | The pull policy for the hub image | `IfNotPresent` |
|
||||
| `hub.port` | The port the hub listens on | `4444` |
|
||||
| `hub.servicePort` | The port the hub Service listens on | `4444` |
|
||||
|
||||
| `hub.podAnnotations` | Annotations on the hub pod | `{}` |
|
||||
| `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"}}` |
|
||||
|
||||
Reference in New Issue
Block a user