-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathvalues.yaml
More file actions
66 lines (62 loc) · 1.35 KB
/
Copy pathvalues.yaml
File metadata and controls
66 lines (62 loc) · 1.35 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
55
56
57
58
59
60
61
62
63
64
65
66
imageCredentials:
registry: docker.com
#pullSecrets: docker-registry-secrets
# username: docker_user
# password: docker_user_password
# docker image for master and slaves
images:
master:
repo: kaarol/jmeter-master
tag: latest
pullPolicy: Always
slave:
repo: kaarol/jmeter-slave
tag: latest
pullPolicy: Always
annotations: {}
config:
disableSSL: true
master:
#testsConfigMap: jmeter-test
replicaCount: 1
restartPolicy: Always
oneShotTest: false
slaves:
replicaCount: 2
restartPolicy: Always
labels: {}
influxdb:
enabled: true
config:
graphite:
enabled: true
bind_address: 2003
database: jmeter
env:
- name: INFLUXDB_DB
value: "jmeter"
persistence:
enabled: false
# storageClass: "-"
size: 8Gi
resources:
requests:
memory: 256Mi
cpu: 0.1
limits:
memory: 4Gi
cpu: 1
grafana:
enabled: true
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: jmeter-influxdb
type: influxdb
#This should be tempalte base on Release.name but this would be support in helm version 3 with Lua.
#This value should be changed http://{{Release.name}}-influxdb:8086
url: "http://test-influxdb:8086"
database: "jmeter"
access: proxy
isDefault: true