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
|
||||
metadata:
|
||||
name: traefik-ingress-service
|
||||
namespace: kube-system
|
||||
spec:
|
||||
selector:
|
||||
k8s-app: traefik-ingress-lb
|
||||
|
@ -46,5 +47,4 @@ spec:
|
|||
- protocol: TCP
|
||||
port: 8080
|
||||
name: admin
|
||||
namespace: kube-system
|
||||
type: NodePort
|
||||
|
|
|
@ -42,6 +42,7 @@ kind: Service
|
|||
apiVersion: v1
|
||||
metadata:
|
||||
name: traefik-ingress-service
|
||||
namespace: kube-system
|
||||
spec:
|
||||
selector:
|
||||
k8s-app: traefik-ingress-lb
|
||||
|
@ -52,5 +53,4 @@ spec:
|
|||
- protocol: TCP
|
||||
port: 8080
|
||||
name: admin
|
||||
namespace: kube-system
|
||||
type: NodePort
|
||||
|
|
Loading…
Reference in a new issue