[stable/selenium] display VNC configuration if using debug node (#2813)

* Display VNC connection configuration if using debug node

* Bump chart version
This commit is contained in:
Etienne
2017-12-05 21:49:41 +01:00
committed by Reinhard Nägele
parent d284317c22
commit d4ecb7b45b
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: selenium
version: 0.2.2
version: 0.2.3
appVersion: 3.7.1
description: Chart for selenium grid
keywords:
+7 -1
View File
@@ -1,4 +1,4 @@
Selenium Hub can be accessed via port {{ .Values.hub.port }} on the following
Selenium Hub can be accessed via port {{ .Values.hub.port }} on the following
DNS name from within your cluster:
- http://{{ template "selenium.hub.fullname" . }}.{{ .Release.Namespace }}:{{ .Values.hub.port }}
@@ -67,6 +67,9 @@ To scale the number of selenium nodes
$(kubectl get pods --namespace {{ .Release.Namespace }} \
-l app={{ template "selenium.chromeDebug.fullname" . }} \
-o jsonpath='{ .items[0].metadata.name }') 5900
Install VNC Client and open a session at localhost:5900. Username is not
required, password is "secret".
{{ end }}
{{- if eq true .Values.firefox.enabled }}
@@ -82,6 +85,9 @@ To scale the number of selenium nodes
$(kubectl get pods --namespace {{ .Release.Namespace }} \
-l app={{ template "selenium.firefoxDebug.fullname" . }} \
-o jsonpath='{ .items[0].metadata.name }') 5900
Install VNC Client and open a session at localhost:5900. Username is not
required, password is "secret".
{{ end -}}
{{ end }}