I am using traefik 1.7 and I would like to migrate to traefik 2.x. On my ingress objects I use:
annotations:
traefik.ingress.kubernetes.io/service-weights: |
app-prod: 30%
app-preprod: 70%
I understand that in traefik 2.x I should use TraefikService
for this. However, this only works with IngressRoute
but I am stuck with Ingress
objects. Is there any way to have service weights for Ingress objects and if not, are there any plans to implement such a feature?