From c08cc7a9033dceaf12240e0f35db9d17ec57458e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Aug 2025 22:00:31 +0200 Subject: [PATCH] dn --- dns/dns.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dns/dns.yaml b/dns/dns.yaml index 97cb9c7..66a1a4e 100644 --- a/dns/dns.yaml +++ b/dns/dns.yaml @@ -138,16 +138,6 @@ spec: - { name: dns-tcp, containerPort: 53, protocol: TCP } - { name: health, containerPort: 8080, protocol: TCP } - { name: ready, containerPort: 8181, protocol: TCP } - livenessProbe: - httpGet: { path: /health, port: 8080 } - initialDelaySeconds: 5 - periodSeconds: 10 - readinessProbe: - httpGet: { path: /ready, port: 8181 } - initialDelaySeconds: 3 - periodSeconds: 5 - volumeMounts: - - { name: corefile, mountPath: /etc/coredns } volumes: - name: corefile configMap: { name: coredns-corefile, items: [{key: Corefile, path: Corefile}] }