mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
toxic-config
Configures a given Toxiproxy proxy with a latency toxic.
For example, with a Toxiproxy instance running on localhost:8474 with a proxy called mysql configured:
go run . --proxy mysql --latency=1000 --jitter=250
will configure the mysql proxy with a latency toxic with latency and jitter set to the provided values.
toxic-config is intended to run as a sidecar container in a Kubernetes pod alongside the Toxiproxy instance to be configured.