https://github.com/superstreamlabs/memphis-config-reloader
https://github.com/superstreamlabs/memphis-config-reloader
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superstreamlabs/memphis-config-reloader
- Owner: superstreamlabs
- Created: 2022-08-01T11:13:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T12:45:52.000Z (over 2 years ago)
- Last Synced: 2025-01-18T14:53:56.462Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Memphis Config Reloader
This is a sidecar that you can use to automatically reload your Memphis configuration file.
### Configuring
```yaml
reloader:
enabled: true
image: memphisos/memphis-config-reloader-test:$(ver)
pullPolicy: IfNotPresent
```
### Build Docker image
```sh
# First, add in Makefile specific version (line 8) of config reloader.
# Next, build Docker image like this
make memphis-config-reloader-dockerx
```