From 7e736b941867cbde806bb029d6852b7c522d47af Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 20 Dec 2022 22:25:57 -0700 Subject: [PATCH] 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. --- k8s/ingresses.in.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/ingresses.in.yaml b/k8s/ingresses.in.yaml index ee2bc74..aecc7ea 100644 --- a/k8s/ingresses.in.yaml +++ b/k8s/ingresses.in.yaml @@ -9,7 +9,7 @@ spec: - docker routes: - kind: Rule - match: "Host(`*`)" + match: "PathPrefix(`/`)" services: - namespace: riju name: docker-registry