Skip to content

Commit

Permalink
k8s wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rsachdeva committed Dec 28, 2024
1 parent 480fe53 commit abbd051
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rest-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ metadata:
name: drive-deposits-rest-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: api.drivedeposits.local
http:
paths:
- path: /
pathType: Prefix
- path: /api/drive-deposits/calculate-portfolio
pathType: Exact
backend:
service:
name: drive-deposits-rest
Expand Down

0 comments on commit abbd051

Please sign in to comment.