Moved namespace to correct place

This commit is contained in:
Mark Dastmalchi-Round 2017-08-03 09:25:05 +01:00 committed by Ludovic Fernandez
parent d456c2ce6a
commit 8071f31721
2 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,7 @@ kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: traefik-ingress-service name: traefik-ingress-service
namespace: kube-system
spec: spec:
selector: selector:
k8s-app: traefik-ingress-lb k8s-app: traefik-ingress-lb
@ -46,5 +47,4 @@ spec:
- protocol: TCP - protocol: TCP
port: 8080 port: 8080
name: admin name: admin
namespace: kube-system
type: NodePort type: NodePort

View file

@ -42,6 +42,7 @@ kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: traefik-ingress-service name: traefik-ingress-service
namespace: kube-system
spec: spec:
selector: selector:
k8s-app: traefik-ingress-lb k8s-app: traefik-ingress-lb
@ -52,5 +53,4 @@ spec:
- protocol: TCP - protocol: TCP
port: 8080 port: 8080
name: admin name: admin
namespace: kube-system
type: NodePort type: NodePort