mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #15570 from ArtfulCoder/dnstest
New SkyDNS build (Oct 13, 2015, 8c72f8c).
This commit is contained in:
commit
c2a0a4b9db
@ -49,7 +49,7 @@ spec:
|
||||
# command = "/kube2sky"
|
||||
- -domain={{ pillar['dns_domain'] }}
|
||||
- name: skydns
|
||||
image: gcr.io/google_containers/skydns:2015-03-11-001
|
||||
image: gcr.io/google_containers/skydns:2015-10-13-8c72f8c
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
@ -58,7 +58,7 @@ spec:
|
||||
# command = "/skydns"
|
||||
- -machines=http://localhost:4001
|
||||
- -addr=0.0.0.0:53
|
||||
- -rtimeout=1s
|
||||
- -ns-rotate=false
|
||||
- -domain={{ pillar['dns_domain'] }}.
|
||||
ports:
|
||||
- containerPort: 53
|
||||
|
Loading…
Reference in New Issue
Block a user