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
feat: add feature to support envoy as a sidecar to gateway-plugin (#1931)
* feat: add feature to support envoy as a sidecar to gateway-plugin
* lint fix
* address gemini-code-assist comments
Signed-off-by: varungupta <varungup90@gmail.com>
# | true | false | Envoy managed by Envoy Gateway (data plane). Installs Gateway, GatewayClass, EnvoyProxy, and gateway-plugins. |
142
+
# | false | true | Envoy runs as a sidecar with aibrix-gateway within your workload (no Gateway data plane). Renders only the sidecar Envoy ConfigMap. |
143
+
# | false | false | Disables both. No gateway and no sidecar. Useful when using an external gateway or for CRD-only installs. |
144
+
# | true | true | INVALID: Do not enable both. Values must be opposite. |
# | true | false | Envoy managed by Envoy Gateway (data plane). Installs Gateway, GatewayClass, EnvoyProxy, and gateway-plugins. |
109
+
# | false | true | Envoy runs as a sidecar with aibrix-gateway within your workload (no Gateway data plane). Renders only the sidecar Envoy ConfigMap. |
110
+
# | false | false | Disables both. No gateway and no sidecar. Useful when using an external gateway or for CRD-only installs. |
111
+
# | true | true | INVALID: Do not enable both. Values must be opposite. |
0 commit comments