Commit a056d44
authored
feat: add extraEnv support to envoy-gateway controller deployment (#8733)
* feat: add extraEnv support to envoy-gateway controller deployment
Add deployment.envoyGateway.extraEnv to the gateway-helm chart values,
allowing operators to inject additional environment variables into the
controller container.
The controller deployment template currently hardcodes two env vars
(ENVOY_GATEWAY_NAMESPACE and KUBERNETES_CLUSTER_DOMAIN) with no way
to add more. This makes it impossible to configure behavior controlled
by standard environment variables (e.g. OTEL_METRICS_EXEMPLAR_FILTER,
GOGC, GOMEMLIMIT) without patching the deployment out-of-band.
Fixes #8732
Signed-off-by: Giri Kuncoro <girikuncoro@gmail.com>1 parent 85e62dd commit a056d44
6 files changed
Lines changed: 725 additions & 0 deletions
File tree
- charts/gateway-helm
- templates
- site/content/en/latest/install
- test/helm/gateway-helm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments