You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup-robusta/proxies.rst
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,25 @@ Robusta requires internet access in the following cases:
6
6
* Robusta SaaS is enabled
7
7
* Robusta is configured to send notifications to services such as Slack (via :ref:`sinks <Sinks Reference>`)
8
8
9
-
If your Kubernetes cluster is behind an HTTP proxy or firewall, follow the instructions below to ensure Robusta has the necessary access.
9
+
If your Kubernetes cluster is behind an HTTP proxy or firewall, follow the instructions below to ensure Robusta and HolmesGPT has the necessary access.
10
10
11
11
Configuring Proxy Settings for Robusta
12
12
----------------------------------------
13
13
14
-
All outbound traffic from Robusta is handled by the `robusta-runner` deployment.
14
+
Outbound traffic from Robusta is handled by the `robusta-runner` deployment.
15
15
16
-
To configure proxy settings for `robusta-runner`, set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can do so with one of the follopwing Helm values:
16
+
To configure proxy settings for `robusta-runner`, set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can do so with one of the following Helm values:
17
17
18
18
* ``runner.additional_env_vars`` - to set one environment variable at a time
19
19
* ``runner.additional_env_froms`` - to set many environment variables at once
20
20
21
+
Configuring Proxy Settings for HolmesGPT
22
+
----------------------------------------
23
+
24
+
Set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can do so with the following Helm values:
25
+
26
+
* ``holmes.additionalEnvVars`` - to set one environment variable at a time
27
+
21
28
Either Helm value can be used, depending on your preference. See `this GitHub issue for details and an example configuration <https://github.com/robusta-dev/robusta/pull/450>`_.
0 commit comments