forked from deliveryhero/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
28 lines (22 loc) · 1.04 KB
/
Chart.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
apiVersion: v1
name: toxiproxy
description: |
A TCP proxy to simulate network and system conditions for chaos and resiliency testing.
By default the chart will install toxiproxy with blank configuration. You can add [toxics](https://github.com/Shopify/toxiproxy#toxics) to the running configuration using the [API](https://github.com/Shopify/toxiproxy#http-api).
For large configurations it is easier to store your toxics in a JSON file, in a `ConfigMap` and pass this to the chart to be used by toxiproxy:
```console
kubectl create configmap my-toxiproxy-config --from-file path/to/your/toxiproxy.json
```
And then install the chart passing the name of the `ConfigMap` as a value:
```console
helm install toxiproxy deliveryhero/toxiproxy --set toxiproxyConfig=my-toxiproxy-config
```
version: "1.3.5"
appVersion: "2.1.2"
home: https://github.com/Shopify/toxiproxy
sources:
- https://github.com/Shopify/toxiproxy
- https://github.com/buckle/toxiproxy-frontend
maintainers:
- name: nreymundo
email: [email protected]