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}] }