I want to configure a static (already provisioned)...
# kubernetes
r
I want to configure a static (already provisioned) public IP to a traefik ingress. Im using a helm chart to install it. Sadly I can't find the correct way to do this. According to the Azure docs, this can be done for an nginx ingress if I specify
--set controller.service.loadBalancerIP="STATIC_IP" \
during installation. What needs to be set in order to achieve the same result with traefik? Setting loadBalancerIP that way does not seem to achieve the desired effect.