Skip to content

Commit 596caac

Browse files
committed
[ci] Update chart configuration table
[skip test]
1 parent b8324bf commit 596caac

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
@@ -23,7 +23,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
2323
| https://jaegertracing.github.io/helm-charts | jaeger | 3.3.3 |
2424
| https://kedacore.github.io/charts | keda | 2.16.1 |
2525
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.11.3 |
26-
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 67.2.1 |
26+
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 67.4.0 |
2727

2828
## Values
2929

@@ -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)