Skip to content
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

Option to have "maxconn" property to be configured per ingress resource as a new annotation #128

Closed
swapnilgawade16 opened this issue Mar 23, 2018 · 4 comments
Milestone

Comments

@swapnilgawade16
Copy link

Currently there are configurations that can be set at ingress resource level in form of various annotations. But one important property of maxconn per backend server which is supported by haproxy but not available as an option to set as an annotation at ingress resource level.

Annotation can be something like

ingress.kubernetes.io/max-connections : 1

example expected haproxy configuration with maxconn:

backend exampleAppBackEnd
    balance roundrobin
   server app1 10.0.0.1:8080  maxconn 1
   server app2 10.0.0.2:8080  maxconn 1
   server app3 10.0.0.3:8080  maxconn 1
@jcmoraisjr jcmoraisjr added this to the v0.6 milestone Mar 23, 2018
@jcmoraisjr
Copy link
Owner

Hi, sure, already a v0.6 backlog.

@swapnilgawade16
Copy link
Author

Thanks @jcmoraisjr

@jcmoraisjr
Copy link
Owner

Added in the current snapshot of v0.6. Closing. Doc here. Let me know if you have any problem updating this same issue.

@swapnilgawade16
Copy link
Author

Thanks @jcmoraisjr it worked for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants