11 lines
337 B
YAML
11 lines
337 B
YAML
# services/mailu/serverstransport.yaml
|
|
apiVersion: traefik.io/v1alpha1
|
|
kind: ServersTransport
|
|
metadata:
|
|
name: mailu-transport
|
|
namespace: mailu-mailserver
|
|
spec:
|
|
# Force SNI to mail.bstein.dev and skip backend cert verification (backend cert is for the host, not the pod IP).
|
|
serverName: mail.bstein.dev
|
|
insecureSkipVerify: true
|