-
Notifications
You must be signed in to change notification settings - Fork 28
Merging annotations ? #6
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
Comments
Hi, no annotations don't get merged. However, you can specify annotations for the resulting ingress in the configmap - https://github.com/jakubkulhan/ingress-merge#configuration-keys |
You can also specify annotations on your services, which take precedence over ingress annotations. I have found this to work well with the merge ingress controller. You can have a core set of annotations in the configmap that all ingresses share and then customize each service with whatever annotations are necessary. |
Thanks, i will look at service annotations on Monday. |
I have a requirement for this case too. How do I achieve this ? |
Uh oh!
There was an error while loading. Please reload this page.
Is this possible to merge annotations from several ingresses into the generated one ?
I mean i have some redirection rules in the original annotations that are not merged into the generated annotation, is there a way to get them merged somehow ?
The text was updated successfully, but these errors were encountered: