change script weight to 2
All checks were successful
Main / build (push) Successful in 44s

This commit is contained in:
RouxAntoine 2023-07-14 21:03:31 +02:00
parent 0342500248
commit 8cc0ebc878
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -9,7 +9,7 @@ vrrp_script haproxy-check {
# -0 checks if the process is running # -0 checks if the process is running
script "/usr/lib/keepalived/scripts/chk_kube_apiserver.sh 192.168.2.2 6443" script "/usr/lib/keepalived/scripts/chk_kube_apiserver.sh 192.168.2.2 6443"
interval 2 interval 2
weight 20 weight 2
user keepalived_script user keepalived_script
} }