diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index 1ff9eb0..f020941 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -19,12 +19,12 @@ spec: repoURL: https://traefik.github.io/charts targetRevision: 35.2.0 helm: - valueObject: + valuesObject: ingressRoute: dashboard: enabled: true matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`) - entryPoints: ["websecure"] + entryPoints: ["web"] healthcheck: enabled: false matchRule: PathPrefix(`/ping`)