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 }