From 6d42e8e201fbe197e43f4ba8ee9cefb961a02374 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 26 Aug 2025 19:05:00 +0200 Subject: [PATCH] dn --- dns/dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/dns.yaml b/dns/dns.yaml index e44ef62..3f9a451 100644 --- a/dns/dns.yaml +++ b/dns/dns.yaml @@ -41,7 +41,7 @@ spec: - /usr/local/bin/etcd - --name=etcd0 - --data-dir=/var/lib/etcd - - --listen-client-urls=http://[::]:2379,http://0.0.0.0:2379 + - --listen-client-urls=http://[::]:2379 - --advertise-client-urls=http://etcd.dns.svc:2379 ports: - { name: client, containerPort: 2379, protocol: TCP }