-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add option for multiple ingresses objects #16
Comments
Hi, so is this what you suggest to be supported in the values file? current: ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/auth-url: http://test.com/foo new: ingress:
- annotations:
nginx.ingress.kubernetes.io/auth-url: http://test.com/foo
- annotations:
nginx.ingress.kubernetes.io/auth-url: http://test.com/bar |
Hey, yes something like that. e.g: current:
new:
|
@atkrad What do you think about this? I really need this since I currently have an ingress applied manually outside of the chart because of different Maybe adding |
I also need this, @atkrad What do you think ? |
Hi, I have a use-case where I need to deploy 2 ingresses for the same service, with different
annotations
per each ingress.In particular I'm trying the set
nginx.ingress.kubernetes.io/auth-url
for one ingress and don't set it for the other.Can you please add support for multiple ingresses objects?
The text was updated successfully, but these errors were encountered: