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