Skip to content

Commit 5b72d41

Browse files
committed
[ci] Update chart configuration table
[skip test]
1 parent 1336178 commit 5b72d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/selenium-grid/CONFIGURATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
1818

1919
| Repository | Name | Version |
2020
|------------|------|---------|
21-
| https://charts.bitnami.com/bitnami | postgresql | 16.3.3 |
21+
| https://charts.bitnami.com/bitnami | postgresql | 16.3.4 |
2222
| https://charts.bitnami.com/bitnami | redis | 20.6.1 |
2323
| https://jaegertracing.github.io/helm-charts | jaeger | 3.3.3 |
2424
| https://kedacore.github.io/charts | keda | 2.16.1 |
@@ -162,7 +162,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
162162
| loggingConfigMap.nameOverride | string | `nil` | Override the name of the logging configMap |
163163
| loggingConfigMap.annotations | object | `{}` | Custom annotations for configmap |
164164
| serverConfigMap.nameOverride | string | `nil` | Override the name of the server configMap |
165-
| serverConfigMap.env | object | `{"SE_JAVA_OPTS":"-Djdk.httpclient.keepalive.timeout=300 -Djdk.httpclient.maxstreams=10000 -XX:+UseZGC","SE_SUPERVISORD_LOG_LEVEL":"info"}` | Extra common environment variables for Server (https://www.selenium.dev/documentation/grid/configuration/cli_options/#server) to server configMap |
165+
| serverConfigMap.env | object | `{"SE_JAVA_OPTS":"-XX:+UseG1GC -Xmx1024m -Xms256m -XX:MaxGCPauseMillis=1000 -Djdk.httpclient.keepalive.timeout=300 -Djdk.httpclient.maxstreams=10000","SE_SUPERVISORD_LOG_LEVEL":"info"}` | Extra common environment variables for Server (https://www.selenium.dev/documentation/grid/configuration/cli_options/#server) to server configMap |
166166
| serverConfigMap.annotations | object | `{}` | Custom annotations for configmap |
167167
| secrets.create | bool | `true` | Create the default secret for all components. If using an external secret, set to false and provide its name in `nameOverride` below |
168168
| secrets.nameOverride | string | `nil` | Override to use an external secret |

0 commit comments

Comments
 (0)