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
|
- docker
|
||||||
routes:
|
routes:
|
||||||
- kind: Rule
|
- kind: Rule
|
||||||
match: "Host(`*`)"
|
match: "PathPrefix(`/`)"
|
||||||
services:
|
services:
|
||||||
- namespace: riju
|
- namespace: riju
|
||||||
name: docker-registry
|
name: docker-registry
|
||||||
|
|
Loading…
Reference in New Issue