diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index e63c356..5b38de9 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -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: