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
- Host: GitHub
- URL: https://github.com/aledbf/haproxy-self-reload
- Owner: aledbf
- License: apache-2.0
- Created: 2017-12-25T19:33:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T19:50:00.000Z (over 8 years ago)
- Last Synced: 2025-04-11T20:07:06.663Z (about 1 year ago)
- Language: Go
- Size: 802 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```