Exposing ports without health checks

Hi everyone. Is there a way to expose ports without having health checks

Hi @Aks,

Every exposed port of a web service must respond to a TCP or HTTP health check. If you want to expose service without health checks, you can change its type to worker.

I hope it helps. Let us know if you need anything else!