mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
[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:
@@ -1,5 +1,5 @@
|
||||
name: selenium
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
appVersion: 3.7.1
|
||||
description: Chart for selenium grid
|
||||
keywords:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user