convert whoami IngressRoutes to always matching HostRegexp

This commit is contained in:
Mans Ziesel 2024-10-17 17:37:52 +02:00
parent a7de6fac2b
commit 46f69d5761

View File

@ -17,7 +17,7 @@ metadata:
name: whoami-ingressroute-nossl
spec:
routes:
- match: Path(`/`)
- match: HostRegexp(`.*`)
kind: Rule
services:
- name: whoami
@ -29,7 +29,7 @@ metadata:
name: whoami-ingressroute
spec:
routes:
- match: Path(`/`)
- match: HostRegexp(`.*`)
kind: Rule
services:
- name: whoami