Skip to content

Commit

Permalink
Updated wording for HTTP Proxies
Browse files Browse the repository at this point in the history
As per @zroubalik's suggestion.
  • Loading branch information
wltbenade authored Mar 28, 2022
1 parent 0bbcc78 commit 3212f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.7/operate/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ All applicable scalers will use this timeout. Setting a per-scaler timeout is cu

## HTTP Proxies

Some scalers issue HTTP requests to external servers (i.e. cloud services). As certain companies require external servers to be accessed by proxy servers, adding the relevant environment variables to the KEDA Operator deployment (HTTP_PROXY, HTTPS_PROXY, NO_PROXY, etc.) would allow the scaler to connect via the desired proxy.
Some scalers issue HTTP requests to external servers (i.e. cloud services). As certain companies require external servers to be accessed by proxy servers, adding the relevant environment variables to both the KEDA Operator, and KEDA Metrics Server deployments (HTTP_PROXY, HTTPS_PROXY, NO_PROXY, etc.) would allow the scaler to connect via the desired proxy.

```yaml
- env:
Expand Down

0 comments on commit 3212f08

Please sign in to comment.