Lack of support for service annotations in nginxproxy #3479
Closed
ryan-dyer-sp
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hey @ryan-dyer-sp , thank you for your interest in our project. Please refer to this documentation to set annotations for nginx deployment, this field needs to be set on the Gateway resource. Let us know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
3 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.
-
The new v2 architecture appears to solve a problem I was having; the ability to easily have a single installation of the proxy but manage multiple gateways and utilize different k8s infra based on those GWs.
However, the schema for NginxProxy doesnt appear to support setting the annotations on the Service object which AWS at least utilizes heavily for determining how to configure the various types of LoadBalancers (both with the class k8s-sig method and the AWS LB controller). Can we get some support for setting the annotations in a service as part of the NginxProxy config?
I know the annotations can be added to the Service via the Gateway.spec.infrastructure.annotations as a workaround, but this seems out of place as these also get added to the other resources that are created.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions