How to customize Gateway deployment #6191
mohammed-rahib
started this conversation in
General
Replies: 1 comment
-
https://gateway.envoyproxy.io/docs/tasks/operations/customize-envoyproxy/ should hopefully help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently using Envoy Gateway. Here’s how I set it up:
First, I installed the gateway-helm chart version 1.2.1. Then, I applied a manifest of kind EnvoyProxy, where I specified load balancer-related parameters. After that, I created a GatewayClass resource and set the parametersRef to reference the EnvoyProxy I had defined. Finally, I applied a Gateway manifest, specifying the listener configuration and linking it to the GatewayClass.
What I observed is that applying the Gateway manifest resulted in a new deployment being created. My question is: how can I customize this auto-created deployment—for example, by adding a nodeSelector, affinity, or similar settings? is it on EnvoyProxy spec.provider.kubernetes.envoyDeployment
Beta Was this translation helpful? Give feedback.
All reactions