From a5b075160e5fc19d3aa28b6de76e6767941c1919 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Aug 2025 20:38:14 +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 58901b0..6d81ae8 100644 --- a/dns/dns.yaml +++ b/dns/dns.yaml @@ -45,7 +45,7 @@ spec: - --name=etcd0 - --data-dir=/var/lib/etcd - --listen-client-urls=http://[::]:2379 - - --advertise-client-urls=http://0.0.0.0:2379 + - --advertise-client-urls=http://[::]:2379 ports: - { name: client, containerPort: 2379, protocol: TCP } volumeMounts: