@@ -27,6 +27,8 @@ global:
27
27
defaultComponentLivenessProbe : exec
28
28
# probe logs output can be retrieved using `kubectl logs`
29
29
stdoutProbeLog : false
30
+ # specify how many old ReplicaSets for this Deployment you want to retain. The rest will be garbage-collected in the background.
31
+ revisionHistoryLimit : 10
30
32
31
33
tls :
32
34
# Name of external secret containing the TLS certificate and key
@@ -273,7 +275,6 @@ secrets:
273
275
274
276
# Configuration for isolated components (applied only if `isolateComponents: true`)
275
277
components :
276
-
277
278
# Configuration for router component
278
279
router :
279
280
# imageRegistry: selenium
@@ -626,15 +627,15 @@ tracing:
626
627
enabled : false
627
628
enabledWithExistingEndpoint : false
628
629
exporter : otlp
629
- exporterEndpoint : ' http://{{ .Release.Name }}-jaeger-collector.{{ .Release.Namespace }}:4317'
630
+ exporterEndpoint : " http://{{ .Release.Name }}-jaeger-collector.{{ .Release.Namespace }}:4317"
630
631
globalAutoConfigure : true
631
632
ingress :
632
633
enabled : true
633
634
annotations :
634
635
paths :
635
636
- backend :
636
637
service :
637
- name : ' {{ .Release.Name }}-jaeger-query'
638
+ name : " {{ .Release.Name }}-jaeger-query"
638
639
port :
639
640
number : 16686
640
641
path : &jaegerBasePath "/jaeger"
@@ -842,9 +843,9 @@ chromeNode:
842
843
# scaledObjectOptions:
843
844
hpa :
844
845
url : ' {{ template "seleniumGrid.graphqlURL" . }}'
845
- browserName : ' chrome'
846
- sessionBrowserName : ' chrome'
847
- platformName : ' linux'
846
+ browserName : " chrome"
847
+ sessionBrowserName : " chrome"
848
+ platformName : " linux"
848
849
# browserVersion: '91.0' # Optional. Only required when supporting multiple versions of browser in your Selenium Grid.
849
850
unsafeSsl : ' {{ template "seleniumGrid.graphqlURL.unsafeSsl" . }}' # Optional
850
851
@@ -857,7 +858,6 @@ chromeNode:
857
858
# It should be set using the --set-json option
858
859
sidecars : []
859
860
860
-
861
861
# Configuration for firefox nodes
862
862
firefoxNode :
863
863
# Enable firefox nodes
@@ -1003,9 +1003,9 @@ firefoxNode:
1003
1003
# scaledObjectOptions:
1004
1004
hpa :
1005
1005
url : ' {{ template "seleniumGrid.graphqlURL" . }}'
1006
- browserName : ' firefox'
1007
- sessionBrowserName : ' firefox'
1008
- platformName : ' linux'
1006
+ browserName : " firefox"
1007
+ sessionBrowserName : " firefox"
1008
+ platformName : " linux"
1009
1009
unsafeSsl : ' {{ template "seleniumGrid.graphqlURL.unsafeSsl" . }}' # Optional
1010
1010
1011
1011
# It is used to add initContainers in the same pod of the browser node.
@@ -1162,9 +1162,9 @@ edgeNode:
1162
1162
# scaledObjectOptions:
1163
1163
hpa :
1164
1164
url : ' {{ template "seleniumGrid.graphqlURL" . }}'
1165
- browserName : ' MicrosoftEdge'
1166
- sessionBrowserName : ' msedge'
1167
- platformName : ' linux'
1165
+ browserName : " MicrosoftEdge"
1166
+ sessionBrowserName : " msedge"
1167
+ platformName : " linux"
1168
1168
unsafeSsl : ' {{ template "seleniumGrid.graphqlURL.unsafeSsl" . }}' # Optional
1169
1169
1170
1170
# It is used to add initContainers in the same pod of the browser node.
@@ -1218,7 +1218,7 @@ videoRecorder:
1218
1218
# RCLONE_CONFIG_GS_ENDPOINT: "https://storage.googleapis.com"
1219
1219
# RCLONE_CONFIG_GS_NO_CHECK_BUCKET: "true"
1220
1220
ports :
1221
- - 9000
1221
+ - 9000
1222
1222
resources :
1223
1223
requests :
1224
1224
memory : " 1Gi"
0 commit comments