mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
mailserver: add broken sogo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user