convert whoami IngressRoutes to always matching HostRegexp
This commit is contained in:
parent
a7de6fac2b
commit
46f69d5761
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user