Trying to set other namespace

This commit is contained in:
2022-05-09 16:53:11 +02:00
parent 8022b1c619
commit f64566981a
2 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ spec:
ports:
- port: 80
name: http
protocol: TCP
targetPort: 80
selector:
run: wishlist

View File

@@ -21,7 +21,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: wishlist
namespace: kube-system
namespace: wishlist
spec:
entryPoints:
- web