Skip to content

Commit

Permalink
maybe my regex are bad
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Jun 29, 2024
1 parent 809f510 commit 55abed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostSNIRegexp(`test.moomboo.space`, `{subdomain:[a-z.]+}.test.moomboo.space`)
- match: HostSNIRegexp(`^test\.moomboo\.space$`, `(?i)^.+\.test\.moomboo\.space$`)
# match: HostSNI(`kubernetes-cluster.test.moomboo.space`)
priority: 1
services:
Expand Down

0 comments on commit 55abed7

Please sign in to comment.