diff --git a/manifests/coredns.yaml b/manifests/coredns.yaml index f53b65807c..66305ea049 100644 --- a/manifests/coredns.yaml +++ b/manifests/coredns.yaml @@ -143,18 +143,20 @@ spec: port: 8080 scheme: HTTP initialDelaySeconds: 60 - timeoutSeconds: 5 + periodSeconds: 10 + timeoutSeconds: 1 successThreshold: 1 - failureThreshold: 5 + failureThreshold: 3 readinessProbe: httpGet: path: /ready port: 8181 scheme: HTTP - initialDelaySeconds: 10 - timeoutSeconds: 5 + initialDelaySeconds: 0 + periodSeconds: 2 + timeoutSeconds: 1 successThreshold: 1 - failureThreshold: 5 + failureThreshold: 3 dnsPolicy: Default volumes: - name: config-volume