change keepalived to unicast instead of multicast
This commit is contained in:
parent
d676030cb1
commit
628c7afdd0
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ services:
|
||||||
# On PVE1: Set KEEPALIVED_STATE=BACKUP, PRIORITY=100
|
# On PVE1: Set KEEPALIVED_STATE=BACKUP, PRIORITY=100
|
||||||
- KEEPALIVED_STATE=${KEEPALIVED_STATE}
|
- KEEPALIVED_STATE=${KEEPALIVED_STATE}
|
||||||
- KEEPALIVED_PRIORITY=${KEEPALIVED_PRIORITY}
|
- KEEPALIVED_PRIORITY=${KEEPALIVED_PRIORITY}
|
||||||
|
- KEEPALIVED_UNICAST_PEERS=${KEEPALIVED_UNICAST_PEERS}
|
||||||
|
|
||||||
# The Magic Check: Monitors Komodo!
|
# The Magic Check: Monitors Komodo!
|
||||||
- KEEPALIVED_CHECK_SCRIPT=/container/service/keepalived/assets/check_komodo.sh
|
- KEEPALIVED_CHECK_SCRIPT=/container/service/keepalived/assets/check_komodo.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue