mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Moved namespace to correct place
This commit is contained in:
parent
d456c2ce6a
commit
8071f31721
@ -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…
x
Reference in New Issue
Block a user