See if this fixes proxysql

This commit is contained in:
Micke Nordin 2023-03-29 18:21:32 +02:00
parent 4a09055ea7
commit 73148107e9
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -402,7 +402,7 @@ data:
proxysql_servers =
(
{ hostname = "proxysql-0", port = 6032, weight = 1 },
{ hostname = "proxysql-1", port = 6032, weight = 1 },
{ hostname = "proxysql-2", port = 6032, weight = 1 }
{ hostname = "proxysql-0.proxysql", port = 6032, weight = 1 },
{ hostname = "proxysql-1.proxysql", port = 6032, weight = 1 },
{ hostname = "proxysql-2.proxysql", port = 6032, weight = 1 }
)