Traefik add port Digital Ocean Kubernetes

I have a Managed Kubernetes instance in Digital Ocean. Traefik is installed via Helm Chart through Rancher UI. The K8s automatically create an instance of DO Load Balancer with port 80/tcp and 443/tcp. How do I add 8883/tcp without tearing down/Delete the Helm Deployment. The thing is in DO when the Load Balancer Service is deleted so is the Load Balancer instance.

Is there a better way of doing this? Thank you.

1 Like

I find you can add a port and the it will auto update the Digital Ocean loadbalancer by adding it in the Loadbalancer Service of Traefik.