Change config files to kube-system which were missed in the original PR

This commit is contained in:
Satnam Singh
2015-07-07 00:43:07 -07:00
parent c6ca1debaa
commit 96c4e587ad
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
kind: ReplicationController
apiVersion: v1beta1
id: kube-dns
namespace: default
namespace: kube-system
labels:
k8s-app: kube-dns
kubernetes.io/cluster-service: "true"

View File

@@ -1,7 +1,7 @@
kind: Service
apiVersion: v1beta1
id: kube-dns
namespace: default
namespace: kube-system
protocol: UDP
port: 53
portalIP: {{ pillar['dns_server'] }}