From bdc1134dbbc84d3b9226e34045d6261845a0ef72 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Aug 2025 20:18:58 +0200 Subject: [PATCH] dn --- dns/dns.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/dns/dns.yaml b/dns/dns.yaml index 0d705fa..6783c17 100644 --- a/dns/dns.yaml +++ b/dns/dns.yaml @@ -26,8 +26,8 @@ spec: - /usr/local/bin/etcd - --name=etcd0 - --data-dir=/var/lib/etcd - - --advertise-client-urls=http://0.0.0.0:2379 - - --listen-client-urls=http://0.0.0.0:2379 + - --listen-client-urls=http://0.0.0.0:2379,http://[::]:2379 + - --advertise-client-urls=http://[::]:2379,http://0.0.0.0:2379 ports: - { name: client, containerPort: 2379, protocol: TCP } volumeMounts: @@ -37,16 +37,6 @@ spec: persistentVolumeClaim: { claimName: etcd-data } --- apiVersion: v1 -kind: Service -metadata: - name: etcd - namespace: dns -spec: - selector: { app: etcd } - ports: - - { name: client, port: 2379, targetPort: 2379 } ---- -apiVersion: v1 kind: ConfigMap metadata: name: coredns-corefile