From 0dd99c0cd303ec9178911cc2e37c16defbc43c91 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Mar 2023 22:47:59 +0200 Subject: [PATCH] Try without domain --- proxysql/base/proxysql-configmap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxysql/base/proxysql-configmap.yml b/proxysql/base/proxysql-configmap.yml index 24f81d8..1e6d730 100644 --- a/proxysql/base/proxysql-configmap.yml +++ b/proxysql/base/proxysql-configmap.yml @@ -402,7 +402,7 @@ data: proxysql_servers = ( - { hostname = "proxysql-0.proxysqlcluster", port = 6032, weight = 1 }, - { hostname = "proxysql-1.proxysqlcluster", port = 6032, weight = 1 }, - { hostname = "proxysql-2.proxysqlcluster", port = 6032, weight = 1 } + { hostname = "proxysql-0", port = 6032, weight = 1 }, + { hostname = "proxysql-1", port = 6032, weight = 1 }, + { hostname = "proxysql-2", port = 6032, weight = 1 } )