Skip to content

Commit

Permalink
so it was stupid simple
Browse files Browse the repository at this point in the history
error while adding rule HostSNIRegexp(`^test\\.moomboo\\.space$`, `(?i)^.+\\.test\\.moomboo\\.space$`): unexpected number of parameters; got 2, expected 1
so, this should work as well (?)

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Jun 29, 2024
1 parent 0218845 commit 6744c85
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostSNIRegexp(`^test\.moomboo\.space$`) || HostSNIRegexp(`(?i)^.+\.test\.moomboo\.space$`)
# match: HostSNI(`kubernetes-cluster.test.moomboo.space`)
- match: HostSNIRegexp(`(?i)^.+\.test\.moomboo\.space$`)
priority: 1
services:
- name: test-moomboo
Expand Down

0 comments on commit 6744c85

Please sign in to comment.