Skip to content

Commit bbb5493

Browse files
committed
add documentation for external envoy config
1 parent 12a4262 commit bbb5493

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/configuration-guide.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ There are two options:
149149

150150
In this case, the client connections should be established to ``<load_balancer_url>:8001`` and NOT use SSL.
151151

152+
Some Envoy Proxy parameters, such as load balancing policy, rate limiting, and authentication,
153+
can be cofigured directly in the ``values.yaml`` file as described in sections below.
154+
155+
Alternatively, you can provide an external Envoy configuration file to override the
156+
default configuration completely (the configuration file must be supplied as a ConfigMap):
157+
158+
.. code-block:: yaml
159+
160+
envoy:
161+
external_config:
162+
load_from_configmap: true
163+
configmap_name: external-envoy-config
164+
configmap_key: envoy.yaml
152165
153166
5. (Optional) Configure Rate Limiting in Envoy Proxy
154167
======================================================

0 commit comments

Comments
 (0)