chore: full stack stability and migration fixes, plus react UI progress
This commit is contained in:
@@ -16,10 +16,12 @@ defaults
|
||||
listen primary
|
||||
bind *:5433
|
||||
mode tcp
|
||||
option httpchk
|
||||
option httpchk GET /primary
|
||||
http-check expect status 200
|
||||
default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions
|
||||
server patroni1 patroni:5432 maxconn 100 check port 8008
|
||||
server patroni1 patroni1:5432 maxconn 100 check port 8008
|
||||
server patroni2 patroni2:5432 maxconn 100 check port 8008
|
||||
server patroni3 patroni3:5432 maxconn 100 check port 8008
|
||||
|
||||
listen redis
|
||||
bind *:6379
|
||||
|
||||
Reference in New Issue
Block a user