Transparent proxy configuration
Learn how to configure StormForge for use with a transparent proxy
less than a minute
If you use a transparent proxy, you need to configure StormForge to trust the proxy’s root certificate authority (CA). To do this, mount the proxy’s root CA certificate using a volume, then use additionalEnvVars
to configure StormForge to use the mounted bundle.
Prerequisites:
- Helm version 3.14.0 or later (required for the
--reset-then-reuse
parameter)
Steps
-
Copy the YAML below into a new file named, for example,
transparent-proxy-values.yaml
. This example assumes the required root CA is available in a ConfigMap, but anycore/v1 Volumes
type can be used (see the related link below). -
Run
helm upgrade
to apply the new settings:
Related topics
Last modified March 18, 2025