Skip to content

Commit 77d185c

Browse files
authored
Change default proxy port (#1243)
Signed-off-by: Pablo Chacin <[email protected]>
1 parent 5aa3fc6 commit 77d185c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/02 injectGrpcFaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The injection of the fault is controlled by the following options:
1818

1919
| Option | Type | Description |
2020
| --------- | ------ | -------- |
21-
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) |
21+
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
2222
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2323

2424

src/data/markdown/docs/40 xk6-disruptor/03 API/02 PodDisruptor/03 injectHTTPFaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The injection of the fault is controlled by the following options:
1818

1919
| Option | Type | Description |
2020
| --------- | ------ | -------- |
21-
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) |
21+
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
2222
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2323

2424
<Blockquote mod="note">

src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/02 injectGrpcFaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The injection of the fault is controlled by the following options:
1717

1818
| Option | Type | Description |
1919
| --------- | ------ | ------- |
20-
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) |
20+
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
2121
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2222

2323
## Example

src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor/03 injectHTTPFaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The injection of the fault is controlled by the following options:
1717

1818
| Option | Type | Description |
1919
| --------- | ------ | ----------- |
20-
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8080`) |
20+
| proxyPort | number | port the agent will use to listen for requests in the target pods ( default `8000`) |
2121
| iface | string | network interface where the agent will capture the traffic ( default `eth0`) |
2222

2323
<Blockquote mod="note">

0 commit comments

Comments
 (0)