-
Notifications
You must be signed in to change notification settings - Fork 214
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
Allow haproxy template to list all app env values #218
base: master
Are you sure you want to change the base?
Allow haproxy template to list all app env values #218
Conversation
By analyzing the blame information on this pull request, we identified @bluepeppers, @gomes and @activars to be potential reviewers |
@jrandall that looks good. Can you fix go format by running the following command & commit the change?
Thank you. |
Formatting has now been fixed with |
@jrandall do you mind rebase & resolve the conflict? otherwise it lgtm. |
Implements a new function
getAppEnvValues
to use from within haproxy template (also adds aunique
function to unique a slice of strings from within the template, which I don't need for this example, but it may be useful).I'm using this functionality to enable multiple apps to respond to a single tcp port. For example, by using something like: