@@ -40,7 +40,7 @@ components:
40
40
41
41
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
42
42
imagePullPolicy : IfNotPresent
43
- # Custom annotations for router pod
43
+ # Custom annotations for router pods
44
44
annotations : {}
45
45
# Router port
46
46
port : 4444
@@ -68,10 +68,12 @@ components:
68
68
serviceType : ClusterIP
69
69
# Custom annotations for router service
70
70
serviceAnnotations : {}
71
- # Tolerations for router container
71
+ # Tolerations for router pods
72
72
tolerations : []
73
- # Node selector for router container
73
+ # Node selector for router pods
74
74
nodeSelector : {}
75
+ # Priority class name for router pods
76
+ priorityClassName : " "
75
77
76
78
# Configuration for distributor component
77
79
distributor :
@@ -82,7 +84,7 @@ components:
82
84
83
85
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
84
86
imagePullPolicy : IfNotPresent
85
- # Custom annotations for Distributor pod
87
+ # Custom annotations for Distributor pods
86
88
annotations : {}
87
89
# Distributor port
88
90
port : 5553
@@ -92,10 +94,12 @@ components:
92
94
serviceType : ClusterIP
93
95
# Custom annotations for Distributor service
94
96
serviceAnnotations : {}
95
- # Tolerations for Distributor container
97
+ # Tolerations for Distributor pods
96
98
tolerations : []
97
- # Node selector for Distributor container
99
+ # Node selector for Distributor pods
98
100
nodeSelector : {}
101
+ # Priority class name for Distributor pods
102
+ priorityClassName : " "
99
103
100
104
# Configuration for Event Bus component
101
105
eventBus :
@@ -106,7 +110,7 @@ components:
106
110
107
111
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
108
112
imagePullPolicy : IfNotPresent
109
- # Custom annotations for Event Bus pod
113
+ # Custom annotations for Event Bus pods
110
114
annotations : {}
111
115
# Event Bus port
112
116
port : 5557
@@ -120,10 +124,12 @@ components:
120
124
serviceType : ClusterIP
121
125
# Custom annotations for Event Bus service
122
126
serviceAnnotations : {}
123
- # Tolerations for Event Bus container
127
+ # Tolerations for Event Bus pods
124
128
tolerations : []
125
- # Node selector for Event Bus container
129
+ # Node selector for Event Bus pods
126
130
nodeSelector : {}
131
+ # Priority class name for Event Bus pods
132
+ priorityClassName : " "
127
133
128
134
# Configuration for Session Map component
129
135
sessionMap :
@@ -134,7 +140,7 @@ components:
134
140
135
141
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
136
142
imagePullPolicy : IfNotPresent
137
- # Custom annotations for Session Map pod
143
+ # Custom annotations for Session Map pods
138
144
annotations : {}
139
145
port : 5556
140
146
# Resources for Session Map container
@@ -143,10 +149,12 @@ components:
143
149
serviceType : ClusterIP
144
150
# Custom annotations for Session Map service
145
151
serviceAnnotations : {}
146
- # Tolerations for Session Map container
152
+ # Tolerations for Session Map pods
147
153
tolerations : []
148
- # Node selector for Session Map container
154
+ # Node selector for Session Map pods
149
155
nodeSelector : {}
156
+ # Priority class name for Session Map pods
157
+ priorityClassName : " "
150
158
151
159
# Configuration for Session Queue component
152
160
sessionQueue :
@@ -157,7 +165,7 @@ components:
157
165
158
166
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
159
167
imagePullPolicy : IfNotPresent
160
- # Custom annotations for Session Queue pod
168
+ # Custom annotations for Session Queue pods
161
169
annotations : {}
162
170
port : 5559
163
171
# Resources for Session Queue container
@@ -166,10 +174,12 @@ components:
166
174
serviceType : ClusterIP
167
175
# Custom annotations for Session Queue service
168
176
serviceAnnotations : {}
169
- # Tolerations for Session Queue container
177
+ # Tolerations for Session Queue pods
170
178
tolerations : []
171
- # Node selector for Session Queue container
179
+ # Node selector for Session Queue pods
172
180
nodeSelector : {}
181
+ # Priority class name for Session Queue pods
182
+ priorityClassName : " "
173
183
174
184
# Custom environment variables for all components
175
185
extraEnvironmentVariables :
196
206
imageTag : 4.3.0-20220628
197
207
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
198
208
imagePullPolicy : IfNotPresent
199
- # Custom annotations for Selenium Hub pod
209
+ # Custom annotations for Selenium Hub pods
200
210
annotations : {}
201
- # Custom labels for Selenium Hub pod
211
+ # Custom labels for Selenium Hub pods
202
212
labels : {}
203
213
# Port where events are published
204
214
publishPort : 4442
@@ -245,10 +255,12 @@ hub:
245
255
serviceType : ClusterIP
246
256
# Custom annotations for Selenium Hub service
247
257
serviceAnnotations : {}
248
- # Tolerations for selenium-hub container
258
+ # Tolerations for selenium-hub pods
249
259
tolerations : []
250
- # Node selector for selenium-hub container
260
+ # Node selector for selenium-hub pods
251
261
nodeSelector : {}
262
+ # Priority class name for selenium-hub pods
263
+ priorityClassName : " "
252
264
253
265
# Configuration for chrome nodes
254
266
chromeNode :
@@ -281,9 +293,9 @@ chromeNode:
281
293
limits :
282
294
memory : " 1Gi"
283
295
cpu : " 1"
284
- # Tolerations for chrome-node container
296
+ # Tolerations for chrome-node pods
285
297
tolerations : []
286
- # Node selector for chrome-node container
298
+ # Node selector for chrome-node pods
287
299
nodeSelector : {}
288
300
# Custom host aliases for chrome nodes
289
301
hostAliases :
@@ -319,6 +331,8 @@ chromeNode:
319
331
annotations : {}
320
332
# Size limit for DSH volume mounted in container (if not set, default is "1Gi")
321
333
dshmVolumeSizeLimit : 1Gi
334
+ # Priority class name for chrome-node pods
335
+ priorityClassName : " "
322
336
323
337
extraVolumeMounts : []
324
338
# - name: my-extra-volume
@@ -354,9 +368,9 @@ firefoxNode:
354
368
annotations : {}
355
369
# Labels for firefox-node pods
356
370
labels : {}
357
- # Tolerations for firefox-node container
371
+ # Tolerations for firefox-node pods
358
372
tolerations : []
359
- # Node selector for firefox-node container
373
+ # Node selector for firefox-node pods
360
374
nodeSelector : {}
361
375
# Resources for firefox-node container
362
376
resources :
@@ -400,6 +414,8 @@ firefoxNode:
400
414
annotations : {}
401
415
# Size limit for DSH volume mounted in container (if not set, default is "1Gi")
402
416
dshmVolumeSizeLimit : 1Gi
417
+ # Priority class name for firefox-node pods
418
+ priorityClassName : " "
403
419
404
420
extraVolumeMounts : []
405
421
# - name: my-extra-volume
@@ -434,9 +450,9 @@ edgeNode:
434
450
annotations : {}
435
451
# Labels for edge-node pods
436
452
labels : {}
437
- # Tolerations for edge-node container
453
+ # Tolerations for edge-node pods
438
454
tolerations : []
439
- # Node selector for edge-node container
455
+ # Node selector for edge-node pods
440
456
nodeSelector : {}
441
457
# Resources for edge-node container
442
458
resources :
@@ -481,6 +497,8 @@ edgeNode:
481
497
hello : world
482
498
# Size limit for DSH volume mounted in container (if not set, default is "1Gi")
483
499
dshmVolumeSizeLimit : 1Gi
500
+ # Priority class name for edge-node pods
501
+ priorityClassName : " "
484
502
485
503
extraVolumeMounts : []
486
504
# - name: my-extra-volume
0 commit comments