Skip to content

Commit 843359f

Browse files
bordingDavidBoike
andauthored
Add documentation for ENABLE_REVERSE_PROXY (#6851)
* Add documentation for ENABLE_REVERSE_PROXY * Version --------- Co-authored-by: David Boike <[email protected]>
1 parent 905cd6b commit 843359f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

servicepulse/containerization/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker run -d --name servicepulse -p 9090:9090 \
1717

1818
## Reverse proxy
1919

20-
The ServicePulse container image includes a reverse proxy feature that allows ServicePulse to act as a single ingress/egress point for a system containing ServiceControl containers. This allows existing container hosting infrastructure to layer additional features onto the ServicePulse ingress point, such as SSL or authentication.
20+
The ServicePulse container image includes a reverse proxy feature that allows ServicePulse to act as a single ingress/egress point for a system containing ServiceControl containers. This allows existing container hosting infrastructure to layer additional features onto the ServicePulse ingress point, such as SSL or authentication. It is enabled by default, but [it can be disabled](#settings-enable-reverse-proxy).
2121

2222
## Ports
2323

@@ -74,7 +74,6 @@ The default page that should be displayed when visiting the ServicePulse site.
7474
| **Type** | string |
7575
| **Default** | `/dashboard` |
7676

77-
7877
### Show pending retries
7978

8079
Set to `true` to show details of pending retries.
@@ -84,3 +83,15 @@ Set to `true` to show details of pending retries.
8483
| **Environment variable** | `SHOW_PENDING_RETRY` |
8584
| **Type** | bool |
8685
| **Default** | `false` |
86+
87+
### Enable reverse proxy
88+
89+
Controls whether the proxy that forwards requests to the ServiceControl and Monitoring instances is enabled or not. Set to `false` to disable.
90+
91+
_Added in version 1.44.0_
92+
93+
| | |
94+
|-|-|
95+
| **Environment variable** | `ENABLE_REVERSE_PROXY` |
96+
| **Type** | bool |
97+
| **Default** | `true` |

0 commit comments

Comments
 (0)