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.