From 5ae2f29ebc23f8408e5e2ebd4e48a9670a16ed16 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 31 May 2026 11:37:27 +0200 Subject: [PATCH] pathType required --- app-of-apps/headscale.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-of-apps/headscale.yaml b/app-of-apps/headscale.yaml index fd36e7c..9cba00c 100644 --- a/app-of-apps/headscale.yaml +++ b/app-of-apps/headscale.yaml @@ -30,6 +30,8 @@ spec: value: nginx - name: ingress.hosts[0].paths[0].path value: / + - name: ingress.hosts[0].paths[0].pathType + value: Prefix - name: ingress.hosts[0].host value: headscale.martyn.berlin - name: headscale.certmanager.dnsNames[0]