adjust read timeout for skydns. default is too high (2 seconds.)

This commit is contained in:
Abhishek Shah 2015-09-27 11:59:58 -07:00
parent ae81f0b55f
commit 5d2f3e6683

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