commit 9dbcf97fe4fdb2b56d68fdf353f3e7e8c08ab9af parent cec446a813cbd648f9d7ebff86f5f7afb239d596 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 26 Feb 2024 13:30:49 +0100 Fix authentik Diffstat:
| M | apps/base/authentik/release.yaml | | | 27 | ++++++++++++++------------- |
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/apps/base/authentik/release.yaml b/apps/base/authentik/release.yaml @@ -45,19 +45,20 @@ spec: timeout: 30 # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>" from: ops@nordgedanken.dev - ingress: - annotations: - cert-manager.io/cluster-issuer: letsencrypt-http - enabled: true - hosts: - - host: auth.midnightthoughts.space - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - auth.midnightthoughts.space - secretName: auth-midnightthoughts-tls-secret + server: + ingress: + annotations: + cert-manager.io/cluster-issuer: letsencrypt-http + enabled: true + hosts: + - host: auth.midnightthoughts.space + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - auth.midnightthoughts.space + secretName: auth-midnightthoughts-tls-secret postgresql: enabled: false redis: