Holy shit this took so many hours to figure out
If you use Host (or HostHeader) it just doesn't work. Lol. Not documented anywhere as far as I can find.
This commit is contained in:
parent
79c72aaac1
commit
7e736b9418
|
@ -9,7 +9,7 @@ spec:
|
|||
- docker
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: "Host(`*`)"
|
||||
match: "PathPrefix(`/`)"
|
||||
services:
|
||||
- namespace: riju
|
||||
name: docker-registry
|
||||
|
|
Loading…
Reference in New Issue