Skip to content

Commit

Permalink
block explict subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed May 26, 2024
1 parent f7a3deb commit 10d6788
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions high/apps/monica/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/tls-acme: "true"
traefik.ingress.kubernetes.io/router.pathmatcher: ~/register
labels:
app.kubernetes.io/component: app
app.kubernetes.io/instance: monicahq
Expand All @@ -16,13 +17,6 @@ spec:
- host: monica.k.zroot.org
http:
paths:
- backend:
service:
name: notfound
port:
number: 80
path: /register
pathType: Exact
- backend:
service:
name: monicahq
Expand Down

0 comments on commit 10d6788

Please sign in to comment.