Skip to content

Commit

Permalink
Add documentation for ENABLE_REVERSE_PROXY (#6851)
Browse files Browse the repository at this point in the history
* Add documentation for ENABLE_REVERSE_PROXY

* Version

---------

Co-authored-by: David Boike <david.boike@gmail.com>
  • Loading branch information
bording and DavidBoike authored Oct 7, 2024
1 parent 905cd6b commit 843359f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions servicepulse/containerization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run -d --name servicepulse -p 9090:9090 \

## Reverse proxy

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

## Ports

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


### Show pending retries

Set to `true` to show details of pending retries.
Expand All @@ -84,3 +83,15 @@ Set to `true` to show details of pending retries.
| **Environment variable** | `SHOW_PENDING_RETRY` |
| **Type** | bool |
| **Default** | `false` |

### Enable reverse proxy

Controls whether the proxy that forwards requests to the ServiceControl and Monitoring instances is enabled or not. Set to `false` to disable.

_Added in version 1.44.0_

| | |
|-|-|
| **Environment variable** | `ENABLE_REVERSE_PROXY` |
| **Type** | bool |
| **Default** | `true` |

0 comments on commit 843359f

Please sign in to comment.