From c2f500d7e714f30a9b648158c7cdacff51102ac2 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Fri, 30 Jun 2023 19:54:44 +0200 Subject: [PATCH] Change default proxy port Signed-off-by: Pablo Chacin --- .../03 API/02 PodDisruptor/02 injectGrpcFaults.md | 2 +- .../03 API/02 PodDisruptor/03 injectHTTPFaults.md | 2 +- .../03 API/03 ServiceDisruptor/02 injectGrpcFaults.md | 2 +- .../03 API/03 ServiceDisruptor/03 injectHTTPFaults.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/02 injectGrpcFaults.md b/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/02 injectGrpcFaults.md index e6f557e5fb..f3a12f8ed4 100644 --- a/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/02 injectGrpcFaults.md +++ b/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/02 injectGrpcFaults.md @@ -18,7 +18,7 @@ The injection of the fault is controlled by the following options: | Option | Type | Description | | --------- | ------ | -------- | -| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) | +| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) | | iface | string | network interface where the agent will capture the traffic ( default `eth0`) | diff --git a/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/03 injectHTTPFaults.md b/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/03 injectHTTPFaults.md index 50272708f3..a7278b9628 100644 --- a/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/03 injectHTTPFaults.md +++ b/src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/03 injectHTTPFaults.md @@ -18,7 +18,7 @@ The injection of the fault is controlled by the following options: | Option | Type | Description | | --------- | ------ | -------- | -| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) | +| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) | | iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
diff --git a/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/02 injectGrpcFaults.md b/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/02 injectGrpcFaults.md index c9979181fc..422e07f092 100644 --- a/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/02 injectGrpcFaults.md +++ b/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/02 injectGrpcFaults.md @@ -17,7 +17,7 @@ The injection of the fault is controlled by the following options: | Option | Type | Description | | --------- | ------ | ------- | -| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) | +| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) | | iface | string | network interface where the agent will capture the traffic ( default `eth0`) | ## Example diff --git a/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/03 injectHTTPFaults.md b/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/03 injectHTTPFaults.md index ba4e6ea471..8d9a3699c1 100644 --- a/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/03 injectHTTPFaults.md +++ b/src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/03 injectHTTPFaults.md @@ -17,7 +17,7 @@ The injection of the fault is controlled by the following options: | Option | Type | Description | | --------- | ------ | ----------- | -| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) | +| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) | | iface | string | network interface where the agent will capture the traffic ( default `eth0`) |