Moved namespace to correct place
This commit is contained in:
parent
d456c2ce6a
commit
8071f31721
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue