diff --git a/apps/traefik-dashboard/ingress.yaml b/apps/traefik-dashboard/ingress.yaml index 71853eb..aab22f7 100644 --- a/apps/traefik-dashboard/ingress.yaml +++ b/apps/traefik-dashboard/ingress.yaml @@ -3,8 +3,6 @@ kind: IngressRoute metadata: name: traefik-dashboard namespace: traefik - annotations: - kubernetes.io/ingress.class: traefik-external spec: entryPoints: - websecure diff --git a/apps/whoami.yaml b/apps/whoami.yaml index 7ddee90..abba5d9 100644 --- a/apps/whoami.yaml +++ b/apps/whoami.yaml @@ -43,8 +43,6 @@ kind: IngressRoute metadata: name: whoami namespace: default - annotations: - kubernetes.io/ingress.class: traefik-external spec: entryPoints: - websecure diff --git a/infrastructure/controllers/traefik.yaml b/infrastructure/controllers/traefik.yaml index 5d651ee..bad4ea3 100644 --- a/infrastructure/controllers/traefik.yaml +++ b/infrastructure/controllers/traefik.yaml @@ -45,10 +45,6 @@ spec: redirectTo: port: websecure - providers: - kubernetesCRD: - ingressClass: "traefik-external" - # This is needed in order to properly forward the real ip to each service # There are likely better ways of handling that, but for now this works hostNetwork: true