cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 17648ad9d4081602e59b8491010a1752b5130ff4
parent 6728983331e2e8c875e7bc019520e399cfefd368
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 26 Feb 2024 13:52:26 +0100

Fix authentik ingress

Diffstat:
Mapps/base/authentik/release.yaml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/base/authentik/release.yaml b/apps/base/authentik/release.yaml @@ -52,9 +52,9 @@ spec: enabled: true hosts: - host: auth.midnightthoughts.space - paths: - - path: / - pathType: Prefix + paths: + - path: / + pathType: Prefix tls: - hosts: - auth.midnightthoughts.space