Skip to content

Commit be0c346

Browse files
committed
[docs] Update note in chart values
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent 44f4658 commit be0c346

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

charts/selenium-grid/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ autoscaling:
10611061
nodeSelector: {}
10621062
# -- Options for KEDA scaled resources (keep only common options used for both ScaledJob and ScaledObject)
10631063
scaledOptions:
1064+
# Don't define `triggers` config here, it will apply the same to all node types. Instead, define it under `scaledOptions` of different node type
10641065
# -- Minimum number of replicas
10651066
minReplicaCount: 0
10661067
# -- Maximum number of replicas

tests/charts/refValues/simplex-docker-desktop.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,29 @@ components:
5454
subPath: *gridAppRoot
5555
serviceType: NodePort
5656

57+
crossBrowsers:
58+
chromeNode:
59+
- overrideName: node-chrome-any
60+
hpa:
61+
platformName: ''
62+
- overrideName: node-chrome-linux
63+
hpa:
64+
platformName: 'Linux'
65+
firefoxNode:
66+
- overrideName: node-firefox-any
67+
hpa:
68+
platformName: ''
69+
- overrideName: node-firefox-linux
70+
hpa:
71+
platformName: 'Linux'
72+
edgeNode:
73+
- overrideName: node-edge-any
74+
hpa:
75+
platformName: ''
76+
- overrideName: node-edge-linux
77+
hpa:
78+
platformName: 'Linux'
79+
5780
chromeNode:
5881
extraEnvironmentVariables: &extraEnvironmentVariablesNodes
5982
- name: SE_VNC_NO_PASSWORD

0 commit comments

Comments
 (0)