-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathvalues.yaml
93 lines (84 loc) · 1.99 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Name: locust
image:
repository: locustio/locust
tag: master
pullPolicy: IfNotPresent
pullSecrets: []
host_being_tested: http://django-backend-bigbitbus-dj-py-api.be:8000
# Put this file in the /tasks directory of the helm chart
locustfilename: locustfile.py
service:
name: master-web
type: NodePort
externalPort: 8089
internalPort: 8089
nodePort: 0
annotations: {}
extraLabels: {}
# extra volumes, volumeMounts and envs for both worker and master pods
extraVolumes: []
# extraVolumes:
# - name: mySecretVolume
# secret:
# secretName: mySecret
# - name: myConfigMapVolume
# configMap:
# name: myConfigMap
extraVolumeMounts: []
# extraVolumeMounts:
# - name: mySecretVolume
# mountPath: /locust/secrets/mySecretVolume/
extraEnvs: []
# extraEnvs:
# - name: HELLO
# value: WORLD
# - name: MY_SECRET
# valueFrom:
# secretKeyRef:
# name: mySecret
# key: mySecretKey
master:
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {}
# kops.k8s.io/instancegroup: master
tolerations: []
# - key: "application"
# operator: "Equal"
# value: "api"
# effect: "NoSchedule"
worker:
config:
# Optional parameter to use an existing configmap instead of deploying one with the Chart
# configmapName: locust-worker-configs
# all files from specified configmap (or tasks folder) are mounted under `/locust-tasks`
locust-script: "/locust-tasks/tasks.py"
replicaCount: 1
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {}
# kops.k8s.io/instancegroup: worker
tolerations: []
# - key: "application"
# operator: "Equal"
# value: "api"
# effect: "NoSchedule"
#
#
affinity: {}
# podAntiAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# - topologyKey: kubernetes.io/hostname
# labelSelector:
# matchLabels:
# component: worker