diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index cc394de..e63c356 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -24,7 +24,7 @@ spec: dashboard: enabled: true matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`) - entryPoints: ["web"] + entryPoints: ["traefik"] healthcheck: enabled: false matchRule: PathPrefix(`/ping`)