diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index cf63a52..1ff9eb0 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: ["websecure"] healthcheck: enabled: false matchRule: PathPrefix(`/ping`)