Skip to content

Commit

Permalink
document that VIP_ENDPOINT can contain multiple endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tpo committed Mar 5, 2020
1 parent 328554a commit 1611ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ These configuration keys are currently mandatory:
| VIP_KEY | /service/batman/leader | Key to monitor. Must match `<namespace>/<scope>/leader` from Patroni. |
| VIP_HOST | serverX | Value to trigger on. Must match `<name>` from Patroni. |
| VIP_TYPE | etcd | Type of endpoint (etcd or consul) |
| VIP_ENDPOINT | http://10.1.2.3:2379 | Location of endpoint (etcd or consul) |
| VIP_ENDPOINT | http://10.1.2.3:2379 | Location of one or more endpoints (etcd or consul). Separate multiple endpoints with commas |

### Configuration - Hetzner
To use vip-manager with Hetzner Robot API you need a Credential file, set hosting_type to `hetzner` and your Floating-IP must be added on all Servers.
Expand Down

0 comments on commit 1611ea7

Please sign in to comment.