Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Nov 9, 2024
1 parent dc1790c commit bb3ad9e
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 11 deletions.
10 changes: 6 additions & 4 deletions services/pulumi/niployments/services/tts/production/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ new crds.traefik.v1alpha1.IngressRoute(
kind: "Rule",
match: `Host(\`ni.fe.up.pt\`) && PathPrefix(\`/tts\`)`,
middlewares: [redirectToPrimaryAddress],
services: [{
kind: "TraefikService",
name: "noop@internal"
}]
services: [
{
kind: "TraefikService",
name: "noop@internal",
},
],
},
],
tls: {
Expand Down
Loading

0 comments on commit bb3ad9e

Please sign in to comment.