Add ready plugin for CoreDNS (#4817)

This commit is contained in:
Andreas Krüger
2019-05-28 15:47:57 +02:00
committed by Kubernetes Prow Robot
parent b41530ba5d
commit 7423932510
2 changed files with 3 additions and 2 deletions

View File

@@ -96,8 +96,8 @@ spec:
failureThreshold: 10
readinessProbe:
httpGet:
path: /health
port: 8080
path: /ready
port: 8181
scheme: HTTP
timeoutSeconds: 5
successThreshold: 1