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`) |