diff --git a/Deployments/traefik-ingress.yaml b/Deployments/traefik-ingress.yaml index 8de7bdd..3f92612 100644 --- a/Deployments/traefik-ingress.yaml +++ b/Deployments/traefik-ingress.yaml @@ -6,7 +6,7 @@ metadata: namespace: default spec: entryPoints: - - websecure + - web routes: - kind: Rule match: Host(`traefik.roxedus.com`) && ( PathPrefix(`/dashboard`) || PathPrefix(`/api`))