diff --git a/deploy/infra/ingress-ssh-public.yaml b/deploy/infra/ingress-ssh-public.yaml index 7e617cf..5abc8f2 100644 --- a/deploy/infra/ingress-ssh-public.yaml +++ b/deploy/infra/ingress-ssh-public.yaml @@ -2,9 +2,8 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP metadata: name: ssh-public - annotations: - kubernetes.io/ingress.class: traefik-public spec: + ingressClassName: traefik-public entryPoints: - tcp2222 routes: diff --git a/deploy/infra/ingress-ssh.yaml b/deploy/infra/ingress-ssh.yaml index 327ec51..45f4c94 100644 --- a/deploy/infra/ingress-ssh.yaml +++ b/deploy/infra/ingress-ssh.yaml @@ -2,9 +2,8 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP metadata: name: ssh - annotations: - kubernetes.io/ingress.class: traefik spec: + ingressClassName: traefik entryPoints: - tcp2222 routes: diff --git a/deploy/infra/ingress-web-public.yaml b/deploy/infra/ingress-web-public.yaml index 19622d7..e8094f1 100644 --- a/deploy/infra/ingress-web-public.yaml +++ b/deploy/infra/ingress-web-public.yaml @@ -2,9 +2,8 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: web-public - annotations: - kubernetes.io/ingress.class: traefik-public spec: + ingressClassName: traefik-public entryPoints: - websecure routes: diff --git a/deploy/infra/ingress-web.yaml b/deploy/infra/ingress-web.yaml index 2850f3c..6364d80 100644 --- a/deploy/infra/ingress-web.yaml +++ b/deploy/infra/ingress-web.yaml @@ -2,9 +2,8 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: web - annotations: - kubernetes.io/ingress.class: traefik spec: + ingressClassName: traefik entryPoints: - websecure routes: