diff --git a/proxysql/base/proxysql-configmap.yml b/proxysql/base/proxysql-configmap.yml index b697326..24f81d8 100644 --- a/proxysql/base/proxysql-configmap.yml +++ b/proxysql/base/proxysql-configmap.yml @@ -402,7 +402,7 @@ data: proxysql_servers = ( - { hostname = "proxysql-0.proxysql", port = 6032, weight = 1 }, - { hostname = "proxysql-1.proxysql", port = 6032, weight = 1 }, - { hostname = "proxysql-2.proxysql", port = 6032, weight = 1 } + { hostname = "proxysql-0.proxysqlcluster", port = 6032, weight = 1 }, + { hostname = "proxysql-1.proxysqlcluster", port = 6032, weight = 1 }, + { hostname = "proxysql-2.proxysqlcluster", port = 6032, weight = 1 } )