Skip to content

Commit

Permalink
fix ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed May 26, 2024
1 parent 03a97bb commit f7a3deb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions high/apps/monica/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ spec:
- host: monica.k.zroot.org
http:
paths:
- backend:
service:
name: monicahq
port:
number: 8080
path: /
pathType: Prefix
- backend:
service:
name: notfound
port:
number: 80
path: /register
pathType: Exact
- backend:
service:
name: monicahq
port:
number: 8080
path: /
pathType: Prefix

0 comments on commit f7a3deb

Please sign in to comment.