From 442eb7e9db3d9182eb0ddb03a795f8ed647ef11d Mon Sep 17 00:00:00 2001 From: Torben Tretau Date: Wed, 28 Jun 2017 07:47:48 +0200 Subject: [PATCH 1/2] Make hub readiness probe timeout configurable --- stable/selenium/templates/hub-deployment.yaml | 1 + stable/selenium/values.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/stable/selenium/templates/hub-deployment.yaml b/stable/selenium/templates/hub-deployment.yaml index 64c7fb5c3fc9..6e8c5fd6af45 100644 --- a/stable/selenium/templates/hub-deployment.yaml +++ b/stable/selenium/templates/hub-deployment.yaml @@ -37,6 +37,7 @@ spec: httpGet: path: /grid/console port: {{ .Values.hub.port }} + timeoutSeconds: {{ .Values.hub.readinessTimeout }} env: - name: JAVA_OPTS value: {{ default "" .Values.hub.javaOpts | quote }} diff --git a/stable/selenium/values.yaml b/stable/selenium/values.yaml index 4feaf4ba6d07..adbb075dbca7 100644 --- a/stable/selenium/values.yaml +++ b/stable/selenium/values.yaml @@ -14,6 +14,9 @@ hub: ## The port which the hub listens on port: 4444 + ## Timeout for probe Hub readiness via HTTP request on Hub console + readinessTimeout: 1 + ## Set the JAVA_OPTS environment variable ## If you find your selenium hub is OOMKilled, try adding -XX:+UseSerialGC javaOpts: "-Xmx400m" From e684dcb05c03cb451179add263d20808a5841183 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Thu, 6 Jul 2017 09:57:55 -0700 Subject: [PATCH 2/2] Update Chart.yaml --- stable/selenium/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/selenium/Chart.yaml b/stable/selenium/Chart.yaml index 984e1f2ce609..17830f33b4ff 100644 --- a/stable/selenium/Chart.yaml +++ b/stable/selenium/Chart.yaml @@ -1,5 +1,5 @@ name: selenium -version: 0.1.1 +version: 0.1.2 description: Chart for selenium grid keywords: - qa