Skip to content

Commit

Permalink
Merge pull request #3 from joswayski/app
Browse files Browse the repository at this point in the history
Some stuff
  • Loading branch information
joswayski authored Jul 4, 2024
2 parents ffd0d32 + 8a1c68c commit 55d77e4
Show file tree
Hide file tree
Showing 11 changed files with 1,548 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rust-analyzer.linkedProjects": ["./services/api/Cargo.toml"]
}
10 changes: 10 additions & 0 deletions k8s/values/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ ingress:
# name: api
# port:
# number: 80
- host: "averagedatabase.com/api/"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: api
port:
number: 80
- host: "*.averagedatabase.com"
http:
paths:
Expand Down
Loading

0 comments on commit 55d77e4

Please sign in to comment.