mailserver: add broken sogo

This commit is contained in:
Ruben Hensen
2026-03-15 10:58:50 +01:00
parent 9581f1bb3e
commit c8055467d6
21 changed files with 601 additions and 44 deletions
+22
View File
@@ -61,7 +61,20 @@ spec:
secretKeyRef:
name: authentik-postgres-credentials
key: password
- name: VAULT_OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: vault-oidc-client-secret
key: client_secret
server:
volumes:
- name: custom-blueprints
configMap:
name: authentik-blueprint-vault
volumeMounts:
- name: custom-blueprints
mountPath: /blueprints/custom/vault-oidc.yaml
subPath: vault-oidc.yaml
ingress:
enabled: true
ingressClassName: nginx
@@ -73,6 +86,15 @@ spec:
- secretName: authentik-tls
hosts:
- authentik.rubenhensen.nl
worker:
volumes:
- name: custom-blueprints
configMap:
name: authentik-blueprint-vault
volumeMounts:
- name: custom-blueprints
mountPath: /blueprints/custom/vault-oidc.yaml
subPath: vault-oidc.yaml
postgresql:
enabled: false
redis: