-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathJobAutoscaling-values.yaml
More file actions
54 lines (53 loc) · 1.38 KB
/
JobAutoscaling-values.yaml
File metadata and controls
54 lines (53 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
global:
seleniumGrid:
nodeEnableManagedDownloads: ${SELENIUM_ENABLE_MANAGED_DOWNLOADS}
autoscaling:
scalingType: job
scaledJobOptions:
successfulJobsHistoryLimit: 100
failedJobsHistoryLimit: 100
scalingStrategy:
strategy: default
scaledOptions:
minReplicaCount: 0
maxReplicaCount: 7
pollingInterval: 10
# Configuration for chrome nodes
chromeNode:
extraEnvironmentVariables: &extraEnvironmentVariables
- name: SE_VNC_NO_PASSWORD
value: "true"
- name: SE_SCREEN_WIDTH
value: "1920"
- name: SE_SCREEN_HEIGHT
value: "1080"
- name: TZ
value: "Asia/Saigon"
- name: SE_NODE_SESSION_TIMEOUT
value: "3600"
- name: SE_JAVA_HEAP_DUMP
value: "true"
readinessProbe:
enabled: &readinessProbe false
livenessProbe:
enabled: &livenessProbe true
# Configuration for edge nodes
edgeNode:
extraEnvironmentVariables: *extraEnvironmentVariables
readinessProbe:
enabled: *readinessProbe
livenessProbe:
enabled: *livenessProbe
# Configuration for firefox nodes
firefoxNode:
extraEnvironmentVariables: *extraEnvironmentVariables
readinessProbe:
enabled: *readinessProbe
livenessProbe:
enabled: *livenessProbe
# Configuration for relay nodes
relayNode:
relayUrl: "https://ondemand.$SAUCE_REGION.saucelabs.com:443/wd/hub"
extraEnvFrom:
- secretRef:
name: test-cloud-credentials