From 26d3e844f290dbfb4978313cb45be938d7781948 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 26 Aug 2025 19:02:11 +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 830cbec..e44ef62 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,https://0.0.0.0:2379 + - --listen-client-urls=http://[::]:2379,http://0.0.0.0:2379 - --advertise-client-urls=http://etcd.dns.svc:2379 ports: - { name: client, containerPort: 2379, protocol: TCP }