Skip to content

Commit

Permalink
Fix some ingress routes pointing to wrong service
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Sep 3, 2024
1 parent f619d79 commit fe18b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/k8s/overlays/jax-cluster-prod-10--prod/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
path: "/api"
backend:
service:
name: geneweaver-legacy
name: geneweaver-api
port:
number: 8000
- host: "geneweaver.jax.org"
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
path: "/api"
backend:
service:
name: geneweaver-legacy
name: geneweaver-api
port:
number: 8000
- host: "classic.geneweaver.org"
Expand All @@ -70,6 +70,6 @@ spec:
path: "/api"
backend:
service:
name: geneweaver-legacy
name: geneweaver-api
port:
number: 800

0 comments on commit fe18b65

Please sign in to comment.