Stalwart + Bulwark mail server deployment with OIDC, TLS cert, vault secrets. Beam design service. Pingora config cleanup. SeaweedFS replication fix. Kratos values tweak. Migration scripts for mbox/messages /calendars from La Suite to Stalwart.
14 lines
270 B
YAML
14 lines
270 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: stalwart-tls
|
|
namespace: stalwart
|
|
spec:
|
|
secretName: stalwart-tls
|
|
issuerRef:
|
|
name: letsencrypt-production
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- "mail.DOMAIN_SUFFIX"
|
|
- "cal.DOMAIN_SUFFIX"
|