-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward same request to a service in every namespaces #23
Comments
Hi! |
Oh great, how do I run the agent without the operator ? should I template the helm chart and cherry pick some objects ? |
Here's an example of deployment yaml https://docs.webhookrelay.com/installation-options/containerized/kubernetes-installation#option-3-separate-deployment. It might make sense to create a helm chart too but it's a single container 😃 |
I understand, simpler is better, no need for My first reaction was "man, where are the other variables ?", but indeed, if the target is the same service in each namespace, no need for more ! Thank you very much, I'll try that 🙏 |
It works like a charm. Cherry on the cake, only needed namespaces have the webhook, and each one can subscribe autonomously. |
Hello, thank you for maintaining this tool 😊
My use case is forwarding the request to a service in every namespaces.
I guess I could create a single
WebhookRelayForward
with multiple outputs like this :But it means being aware of every namespaces at once, and mines are dynamic (these are ephemeral environments which all needs the requests).
Do I have another solution ? would it work if I created the same object in each namespace ; would it merge the redirection to do all, or would it be overriden each time by the latest ?
Thanks in advance for any input 🙏
The text was updated successfully, but these errors were encountered: