Skip to content

Commit

Permalink
chore: fix ingressroute
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 20, 2024
1 parent 488b0c3 commit e143bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dev/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`xlog.page`) || Host(`*.xlog.page`)
match: HostRegexp(`xlog.page`, `{subdomain:.+}.xlog.page`)
services:
- name: xlog-internal
port: 80
Expand Down

0 comments on commit e143bed

Please sign in to comment.