Merge pull request #14625 from ArtfulCoder/dnstest

adjust read timeout for skydns. default is too high. (changed 4 seconds-> 2seconds)
This commit is contained in:
Abhi Shah 2015-09-29 22:04:09 -07:00
commit 29c3c23aa0

View File

@ -58,6 +58,7 @@ spec:
# command = "/skydns"
- -machines=http://localhost:4001
- -addr=0.0.0.0:53
- -rtimeout=1s
- -domain={{ pillar['dns_domain'] }}.
ports:
- containerPort: 53