From 65eda0a2d00ebf9925083a49720648424e8462b8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Aug 2025 22:11:18 +0200 Subject: [PATCH] dn --- dns/dns.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dns/dns.yaml b/dns/dns.yaml index e1a2a08..3f9a451 100644 --- a/dns/dns.yaml +++ b/dns/dns.yaml @@ -15,13 +15,13 @@ metadata: namespace: dns spec: selector: { app: etcd } - ipFamilyPolicy: SingleStack - ipFamilies: [IPv6] + ipFamilyPolicy: PreferDualStack + ipFamilies: [IPv6, IPv4] ports: - - name: client - port: 2379 - targetPort: 2379 - protocol: TCP + - name: client + port: 2379 + targetPort: 2379 + protocol: TCP --- apiVersion: apps/v1 kind: Deployment