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
|
name: whoami-ingressroute-nossl
|
||||||
spec:
|
spec:
|
||||||
routes:
|
routes:
|
||||||
- match: Path(`/`)
|
- match: HostRegexp(`.*`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: whoami
|
- name: whoami
|
||||||
@ -29,7 +29,7 @@ metadata:
|
|||||||
name: whoami-ingressroute
|
name: whoami-ingressroute
|
||||||
spec:
|
spec:
|
||||||
routes:
|
routes:
|
||||||
- match: Path(`/`)
|
- match: HostRegexp(`.*`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: whoami
|
- name: whoami
|
||||||
|
Loading…
Reference in New Issue
Block a user