The Wayback Machine - https://web.archive.org/web/20200716064229/https://github.com/topics/haproxy
Skip to content
#

haproxy

Here are 462 public repositories matching this topic...

kmoppel
kmoppel commented Feb 2, 2017

Hey!
Not a big problem of course but currently when you do "pip install patroni" you still need to go to Github and save a copy of for https://github.com/zalando/patroni/blob/master/postgres0.yml to get started. I know there are env variables but there are quite some to remember. So would be very convenient if running something like "patroni --initconf postgres0.yml" would fill the postgres0.yml

voyager
jasi110
jasi110 commented Sep 13, 2019

I created a voyager ingress as a loadbalancer for minikube and it is working fine. I added the annotation for stats and I don't know how to access it. The examples I've found show using the annotation for NodePort as well, but I'd like the ingress to remain a loadbalancer.

How can I access the stats web page this way?

Thanks.

ailenli
ailenli commented Jan 9, 2020

Hi
please consider below situation

a web browser send a request , which arrives haproxy at time A
then request passthrough services and db ,we call it backend
backend generates a response,whitch arrives haproxy at time B
so , how can I statistic time cost ( time B- time A)
It is very important for solving problems

best wishes ,thanks

dawinter
dawinter commented May 25, 2019

Hi,

the Haproxy supports h2 frontend support and I tried to enable it with marathon-lb. I took a while but finally I was successful.

I created the following overwrite template HAPROXY_HTTPS_FRONTEND_HEAD file (including the leading and post empty line) and added into the template folder.

``

frontend marathon_https_in
bind *:443 ssl {sslCerts} alpn h2,http/1.1
mode http

``

使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
  • Updated Oct 23, 2017

Improve this page

Add a description, image, and links to the haproxy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the haproxy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.