cluster

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

commit d54427837103d0e29ecec5927e8560fc53ad8ab0
parent bd51954f5112f437a3aaa1a2a63577e5c5d5a089
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 18 Mar 2024 19:55:08 +0100

Fix AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS

Diffstat:
Mapps/base/authentik/release.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/authentik/release.yaml b/apps/base/authentik/release.yaml @@ -48,7 +48,7 @@ spec: server: env: - name: AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS - value: "127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,fe80::/10,::1/128,10.244.0.0/16,fc00:0::/96" + value: "127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,fe80::/10,::1/128,10.244.0.0/16,fc00:0::/96,fd00::/7" ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-http