change whoami ingressroute priority to 1
This commit is contained in:
parent
b4b90e06c0
commit
43b6509e29
@ -19,7 +19,7 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- match: HostRegexp(`.*`)
|
- match: HostRegexp(`.*`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
priority: 9999
|
priority: 1
|
||||||
services:
|
services:
|
||||||
- name: whoami
|
- name: whoami
|
||||||
port: web
|
port: web
|
||||||
@ -32,7 +32,7 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- match: HostRegexp(`.*`)
|
- match: HostRegexp(`.*`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
priority: 9999
|
priority: 1
|
||||||
services:
|
services:
|
||||||
- name: whoami
|
- name: whoami
|
||||||
port: web
|
port: web
|
||||||
|
Loading…
Reference in New Issue
Block a user