-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
JobAutoscaling-values.yaml
42 lines (42 loc) · 1.1 KB
/
JobAutoscaling-values.yaml
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
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_NODE_ENABLE_MANAGED_DOWNLOADS
value: "${SELENIUM_ENABLE_MANAGED_DOWNLOADS}"
- name: SE_VNC_NO_PASSWORD
value: "true"
- name: SE_SCREEN_WIDTH
value: "1920"
- name: SE_SCREEN_HEIGHT
value: "1080"
- name: TZ
value: "Asia/Saigon"
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