Skip to content

Commit

Permalink
Merge pull request #35 from TheJacksonLaboratory/task/update-geneweav…
Browse files Browse the repository at this point in the history
…er-prod-ingress

Adding geneweaver.jax.org dns to the prod ingress
  • Loading branch information
bergsalex authored Mar 6, 2024
2 parents 26e974b + 734fb4d commit 19fd0c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
17 changes: 14 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 @@ -12,9 +12,10 @@ spec:
tls:
- hosts:
- "geneweaver-prod.jax.org"
secretName: geneweaver-sqa-jax-org-tls
- "geneweaver.jax.org"
secretName: geneweaver-prod-jax-org-tls
rules:
- host: "geneweaver-prod.jax.org"
- host: "geneweaver.jax.org"
http:
paths:
- pathType: Prefix
Expand All @@ -23,4 +24,14 @@ spec:
service:
name: geneweaver-api
port:
number: 8000
number: 8000
- host: "geneweaver-prod.jax.org"
http:
paths:
- pathType: Prefix
path: "/api"
backend:
service:
name: geneweaver-api
port:
number: 8000
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[tool.poetry]
name = "geneweaver-api"
version = "0.3.0a1"
version = "0.3.0a2"
description = "The Geneweaver API"
authors = ["Jax Computational Sciences <cssc@jax.org>"]
authors = [
"Alexander Berger <alexander.berger@jax.org>",
"Francisco Castellanos <francisco.castellanos@jax.org>",
"Sejal Desai <sejal.desai@jax.org>"
]
readme = "README.md"
license = "Apache-2.0"
homepage = "https://thejacksonlaboratory.github.io/geneweaver-docs/"
Expand Down

0 comments on commit 19fd0c7

Please sign in to comment.