-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
74 lines (68 loc) · 1.44 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
hlmbackend:
name: hlm-backend
repository: healenium/hlm-backend
tag: 3.4.3
port: 7878
address: http://localhost:7878
resources:
requests:
cpu: 200m
memory: 1024Mi
limits:
cpu: 1000m
memory: 2048Mi
environment:
key_selector_url: false
collect_metrics: true
find_elements_auto_healing: false
hlm_log_level: info
postgresql:
installdep:
enable: false
endpoint:
address: db-postgresql.default.svc.cluster.local
port: 5432
user: healenium_user
dbName: healenium
schema: healenium
password: YDk2nmNs4s9aCP6K
imitator:
name: hlm-selector-imitator
repository: healenium/hlm-selector-imitator
tag: 1.3
port: 8000
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
hlmproxy:
# IF YOU USE HLM-WEB FOR JAVA TESTS SET ENABLE TO false
enable: true
name: hlm-proxy
repository: healenium/hlm-proxy
tag: 1.3.9
port: 8085
resources:
requests:
cpu: 200m
memory: 1024Mi
limits:
cpu: 1000m
memory: 2048Mi
environment:
selenium_server_url: http://selenium-hub.default.svc:4444
appium_server_url: http://host.docker.internal:4723/wd/hub
hlm_log_level: info
healing:
healenabled: true
recoverytries: 1
scorecap: .6
ingress:
enable: true
# IF YOU HAVE SOME DOMAIN NAME SET INGRESS.USEDOMAINNAME to true
usedomainname: true
hosts:
- healenium.k8s.com