authentik: extend smtp timeout

This commit is contained in:
2025-09-16 14:00:36 -04:00
parent bbe1d21048
commit 2fc19ce70d

View File

@@ -75,6 +75,8 @@ authentik:
secretKeyRef: secretKeyRef:
name: authentik-credentials name: authentik-credentials
key: smtp-password key: smtp-password
- name: AUTHENTIK_EMAIL__TIMEOUT
value: "30"
additionalObjects: additionalObjects:
- apiVersion: networking.k8s.io/v1 - apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress