An open API service indexing awesome lists of open source software.

https://github.com/aledbf/haproxy-self-reload

Monitor HAProxy configuration file changes to trigger a reload
https://github.com/aledbf/haproxy-self-reload

Last synced: 8 months ago
JSON representation

Monitor HAProxy configuration file changes to trigger a reload

Awesome Lists containing this project

README

          

# haproxy-self-reload

Monitor HAProxy configuration file changes to trigger a reload

*Using docker*

```console
$ docker run -v /some/haproxy.cfg:/etc/haproxy/haproxy.cfg:ro aledbf/haproxy-self-reload:0.2
```

*Creating a pod*

```console
$ kubectl create -f ./pod.yaml
```