Trying to set other namespace

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 16:53:11 +02:00
parent 8022b1c619
commit f64566981a
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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