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

https://github.com/superstreamlabs/memphis-config-reloader


https://github.com/superstreamlabs/memphis-config-reloader

Last synced: 8 months ago
JSON representation

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
```