Fixed typo in Traefik ArgoCD Application

This commit is contained in:
Marco van Zijl 2025-05-03 13:03:55 +02:00
parent bfa519d933
commit 6a37ddb049

View File

@ -19,12 +19,12 @@ spec:
repoURL: https://traefik.github.io/charts repoURL: https://traefik.github.io/charts
targetRevision: 35.2.0 targetRevision: 35.2.0
helm: helm:
valueObject: valuesObject:
ingressRoute: ingressRoute:
dashboard: dashboard:
enabled: true enabled: true
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`) matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
entryPoints: ["websecure"] entryPoints: ["web"]
healthcheck: healthcheck:
enabled: false enabled: false
matchRule: PathPrefix(`/ping`) matchRule: PathPrefix(`/ping`)