Skip to content

Commit

Permalink
Update marlowe-playground.yaml
Browse files Browse the repository at this point in the history
Change http rule type from PathPrefix to Prefix (Supported by Ingress APIs)
  • Loading branch information
renebarbosafl authored Dec 12, 2023
1 parent f43100b commit 4d54bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/templates/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- marlowe-playground.scdev.aws.iohkdev.io
rules:
- path:
type: PathPrefix
type: Prefix
value: /api
port: 8080
type: https-route
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
- play.marlowe.iohk.io
rules:
- path:
type: PathPrefix
type: Prefix
value: /api
port: 8080
type: https-route
Expand Down

0 comments on commit 4d54bba

Please sign in to comment.