1
1
# locust
2
2
3
- ![ Version: 0.31.9 ] ( https://img.shields.io/badge/Version-0.31.9 -informational?style=flat-square ) ![ AppVersion: 2.32.2] ( https://img.shields.io/badge/AppVersion-2.32.2-informational?style=flat-square )
3
+ ![ Version: 0.32.0 ] ( https://img.shields.io/badge/Version-0.32.0 -informational?style=flat-square ) ![ AppVersion: 2.32.2] ( https://img.shields.io/badge/AppVersion-2.32.2-informational?style=flat-square )
4
4
5
5
A chart to install Locust, a scalable load testing tool written in Python.
6
6
@@ -37,7 +37,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust
37
37
To install a specific version of this chart:
38
38
39
39
``` console
40
- helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust --version 0.31.9
40
+ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust --version 0.32.0
41
41
```
42
42
43
43
To install the chart with the release name ` my-release ` :
@@ -104,14 +104,25 @@ helm install my-release oci://ghcr.io/deliveryhero/helm-charts/locust -f values.
104
104
| master.deploymentAnnotations | object | ` {} ` | Annotations on the deployment for master |
105
105
| master.environment | object | ` {} ` | environment variables for the master |
106
106
| master.envs_include_default | bool | ` true ` | Whether to include default environment variables |
107
+ | master.extraPorts | string | ` nil ` | |
107
108
| master.image | string | ` "" ` | A custom docker image including tag |
109
+ | master.livenessProbe | object | ` {} ` | |
108
110
| master.logLevel | string | ` "INFO" ` | Log level. Can be INFO or DEBUG |
109
111
| master.nodeSelector | object | ` {} ` | Overwrites nodeSelector from global |
110
112
| master.pdb.enabled | bool | ` false ` | Whether to create a PodDisruptionBudget for the master pod |
113
+ | master.readinessProbe.failureThreshold | int | ` 2 ` | |
114
+ | master.readinessProbe.httpGet.path | string | ` "/" ` | |
115
+ | master.readinessProbe.httpGet.port | int | ` 8089 ` | |
116
+ | master.readinessProbe.httpGet.scheme | string | ` "HTTP" ` | |
117
+ | master.readinessProbe.initialDelaySeconds | int | ` 5 ` | |
118
+ | master.readinessProbe.periodSeconds | int | ` 30 ` | |
119
+ | master.readinessProbe.successThreshold | int | ` 1 ` | |
120
+ | master.readinessProbe.timeoutSeconds | int | ` 30 ` | |
111
121
| master.replicas | int | ` 1 ` | Should be set to either 0 or 1. |
112
122
| master.resources | object | ` {} ` | resources for the locust master |
113
123
| master.restartPolicy | string | ` "Always" ` | master pod's restartPolicy. Can be Always, OnFailure, or Never. |
114
124
| master.serviceAccountAnnotations | object | ` {} ` | |
125
+ | master.startupProbe | object | ` {} ` | |
115
126
| master.strategy.type | string | ` "RollingUpdate" ` | |
116
127
| master.tolerations | list | ` [] ` | Overwrites tolerations from global |
117
128
| nameOverride | string | ` "" ` | |
@@ -121,6 +132,8 @@ helm install my-release oci://ghcr.io/deliveryhero/helm-charts/locust -f values.
121
132
| service.annotations | object | ` {} ` | |
122
133
| service.extraLabels | object | ` {} ` | |
123
134
| service.loadBalancerIP | string | ` "" ` | |
135
+ | service.port | int | ` 8089 ` | |
136
+ | service.targetPort | int | ` 8089 ` | |
124
137
| service.type | string | ` "ClusterIP" ` | |
125
138
| tolerations | list | ` [] ` | |
126
139
| worker.affinity | object | ` {} ` | Overwrites affinity from global |
0 commit comments