1cf08dd5c1
- postfix namespace with Deployment + HPA (2-6 replicas) - rspamd Deployment + HPA (2-6 replicas) with milter interface - postfix configured to relay inbound mail to stalwart via transport maps - rspamd milter on port 11332 for spam scanning and DKIM signing - DKIM keys stored in Vault at kubernetes/namespace/postfix/default/dkim-keys - TLS cert via cert-manager (vault-issuer) for mail.main.unkin.net - rspamd web UI exposed via Traefik Gateway at rspamd.k8s.syd1.au.unkin.net - postfix external LoadBalancer service for inbound MX on port 25 - artifactapi: add boky/postfix and rspamd/rspamd to dockerhub cache
17 lines
292 B
YAML
17 lines
292 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: rspamd
|
|
namespace: postfix
|
|
spec:
|
|
parentRefs:
|
|
- name: rspamd
|
|
namespace: postfix
|
|
hostnames:
|
|
- rspamd.k8s.syd1.au.unkin.net
|
|
rules:
|
|
- backendRefs:
|
|
- name: rspamd
|
|
port: 11334
|