mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Adds Distributed JMeter chart: - Creates deployment resource for the JMeter master and server - Creates service resource for JMeter server Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Fix blank space. Adds some documentation as well. Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Added Documentation to the chart! - Adds a better README file - Also creates a NOTES.txt with instructionto run the tests - Changed logic to pull Docker image Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Fix blank spaces Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Applying changes Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Fix app version Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Use 1.0.0 for a start since we are stable Signed-off-by: Reinhard Nägele <unguiculus@gmail.com> * Add role label to service Signed-off-by: Reinhard Nägele <unguiculus@gmail.com> * Fixed labels and templates definitions. Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com> * Replaced role label Signed-off-by: Pedro César de Azevedo <pedrocesar.ti@gmail.com>
13 lines
341 B
YAML
13 lines
341 B
YAML
apiVersion: v1
|
|
appVersion: "3.3"
|
|
description: A Distributed JMeter Helm chart
|
|
name: distributed-jmeter
|
|
version: 1.0.0
|
|
home: http://jmeter.apache.org/
|
|
icon: http://jmeter.apache.org/images/logo.svg
|
|
sources:
|
|
- https://github.com/pedrocesar-ti/distributed-jmeter-docker
|
|
maintainers:
|
|
- name: pedrocesar-ti
|
|
email: pedrocesar.ti@gmail.com
|