Fix YAML syntax for matchRule in Traefik configuration

This commit is contained in:
Marco van Zijl 2025-05-03 14:31:22 +02:00
parent ce0243cbb0
commit b979eb8fda

View File

@ -23,11 +23,11 @@ spec:
ingressRoute:
dashboard:
enabled: true
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
matchRule: "PathPrefix('/dashboard') || PathPrefix('/api')"
entryPoints: ["traefik"]
healthcheck:
enabled: false
matchRule: PathPrefix(`/ping`)
matchRule: "PathPrefix('/ping')"
entryPoints: ["traefik"]
ports:
traefik: