File tree Expand file tree Collapse file tree 2 files changed +18
-26
lines changed
Expand file tree Collapse file tree 2 files changed +18
-26
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,19 @@ Currently it is not supported to run Gateway Namespace Mode with Merged Gateways
3434
3535## Configuration
3636
37- To enable Gateway Namespace Mode, configure the ` provider.kubernetes.deploy.type ` field in your Envoy Gateway ConfigMap :
37+ To enable Gateway Namespace Mode, configure the ` provider.kubernetes.deploy.type ` field in your Envoy Gateway Helm chart values :
3838
3939``` yaml
40- apiVersion : gateway.envoyproxy.io/v1alpha1
41- kind : EnvoyGateway
42- metadata :
43- name : envoy-gateway
44- namespace : envoy-gateway-system
45- spec :
46- provider :
47- type : Kubernetes
48- kubernetes :
49- deploy :
50- type : GatewayNamespace
40+ config :
41+ envoyGateway :
42+ provider :
43+ type : Kubernetes
44+ kubernetes :
45+ deploy :
46+ type : GatewayNamespace
5147` ` `
5248
53- To install Envoy Gateway with Gateway Namespace Mode using Helm:
49+ You can also use this command to install Envoy Gateway with Gateway Namespace Mode using Helm:
5450
5551` ` ` shell
5652helm install \
Original file line number Diff line number Diff line change @@ -34,23 +34,19 @@ Currently it is not supported to run Gateway Namespace Mode with Merged Gateways
3434
3535## Configuration
3636
37- To enable Gateway Namespace Mode, configure the ` provider.kubernetes.deploy.type ` field in your Envoy Gateway ConfigMap :
37+ To enable Gateway Namespace Mode, configure the ` provider.kubernetes.deploy.type ` field in your Envoy Gateway Helm chart values :
3838
3939``` yaml
40- apiVersion : gateway.envoyproxy.io/v1alpha1
41- kind : EnvoyGateway
42- metadata :
43- name : envoy-gateway
44- namespace : envoy-gateway-system
45- spec :
46- provider :
47- type : Kubernetes
48- kubernetes :
49- deploy :
50- type : GatewayNamespace
40+ config :
41+ envoyGateway :
42+ provider :
43+ type : Kubernetes
44+ kubernetes :
45+ deploy :
46+ type : GatewayNamespace
5147` ` `
5248
53- To install Envoy Gateway with Gateway Namespace Mode using Helm:
49+ You can also use this command to install Envoy Gateway with Gateway Namespace Mode using Helm:
5450
5551` ` ` shell
5652helm install \
You can’t perform that action at this time.
0 commit comments