From a1700310b086795cce1fd8a63d9d3258d021f486 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Aug 2025 21:21:23 +0200 Subject: [PATCH] dn --- dns/dns.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dns/dns.yaml b/dns/dns.yaml index 3927323..31515c6 100644 --- a/dns/dns.yaml +++ b/dns/dns.yaml @@ -49,20 +49,6 @@ spec: - --advertise-client-urls=http://etcd.dns.svc:2379 ports: - { name: client, containerPort: 2379, protocol: TCP } - # probes use loopback to avoid IPv6 node->pod path - startupProbe: - exec: - command: ["/bin/sh","-c","curl -s --max-time 1 http://[::1]:2379/health | grep -q true"] - failureThreshold: 30 - periodSeconds: 2 - readinessProbe: - exec: - command: ["/bin/sh","-c","curl -s --max-time 1 http://[::1]:2379/health | grep -q true"] - periodSeconds: 3 - livenessProbe: - exec: - command: ["/bin/sh","-c","curl -s --max-time 1 http://[::1]:2379/health | grep -q true"] - periodSeconds: 10 volumeMounts: - { name: data, mountPath: /var/lib/etcd } volumes: