Fixed typo in Traefik ArgoCD Application
This commit is contained in:
parent
bfa519d933
commit
6a37ddb049
@ -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`)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user