Skip to content

Commit

Permalink
Fix ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Sep 4, 2024
1 parent 736ad50 commit 9198682
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions k8s/makemyflix/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,17 @@ spec:
- host: makemyflix.netwerkdigitaalerfgoed.nl
http:
paths:
- path: /strapi/?(.*)$
pathType: ImplementationSpecific
- path: /(.*)
pathType: Prefix
backend:
service:
name: makemyflix-strapi
name: makemyflix-nuxt
port:
number: 80
- host: makemyflix.netwerkdigitaalerfgoed.nl
http:
paths:
- path: /
- path: /strapi/?(.*)$
pathType: Prefix
backend:
service:
name: makemyflix-nuxt
name: makemyflix-strapi
port:
number: 80

0 comments on commit 9198682

Please sign in to comment.