Closed Bobses closed 1 month ago
Hi,
Most ingress only supports http(s).
For TCP protocols like SMTP, you can set the service type to LoadBalancer (your cluster need to support this)
Thank you for your answer.
The solution I found for traefik ingress controller (it creates an NLB in AWS):
*
) for mailpit-smtp service on port 1025telnet NLB-IP-Address 1025
It seems to work. I'm looking for a solution when the ingress-nginx controller is used.
Hello,
Is there any possibility to access the mailpit-smtp service from Kubernetes through an ingress? In other words, can messages be sent to mailpit installed in kubernetes from an external application (an app created outside Kubernetes, where mailpit-smtp.namespace.svc.cluster.local cannot be used)?
I tried to create a working ingress for the mailpit-smtp service but without success.
I didn't find any discussion about this.
Thank you!