Trying to set other namespace
This commit is contained in:
parent
8022b1c619
commit
f64566981a
@ -47,7 +47,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
run: wishlist
|
run: wishlist
|
||||||
|
@ -21,7 +21,7 @@ apiVersion: traefik.containo.us/v1alpha1
|
|||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: wishlist
|
name: wishlist
|
||||||
namespace: kube-system
|
namespace: wishlist
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
|
Loading…
Reference in New Issue
Block a user