-
Notifications
You must be signed in to change notification settings - Fork 134
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
configurable HAProxy defaults #280
Comments
What if this were exported to a configmap, and the configmap to use as the template can be selected by the ingress object? |
I don't think that is practical since we regenerate the template based on Kube watcher. But we can add more annotations for this type of things. |
sadlil
added a commit
that referenced
this issue
Jul 11, 2017
tamalsaha
pushed a commit
that referenced
this issue
Jul 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're trying to migrate away from a legacy HAProxy config. Our use case is extremely high volume of HTTP traffic, so low timeout values are very important. Here's what we have:
Unfortunately, defaults are as follows, and not configurable at the ingress object level (literally they are hardcoded in the template:)
It would be nice to be able to configure these defaults in ExtendedIngress mode.
The text was updated successfully, but these errors were encountered: