Skip to content

Commit

Permalink
Merge pull request #21 from TheJacksonLaboratory/G3-145-release-v-0-1…
Browse files Browse the repository at this point in the history
…-0-of-geneweaver-api-pt-2

G3 145 release v 0 1 0 of geneweaver api pt 2
  • Loading branch information
bergsalex authored Jan 25, 2024
2 parents cbc23f8 + 24bd1fc commit 1e0778d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s/overlays/jax-cluster-prod-10--prod/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
annotations:
# NOTE: When deploying a new instance, make sure to use the staging issuer first
# so that you don't hit the rate limit for the production issuer.
cert-manager.io/cluster-issuer: "letsencrypt-staging"
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
# cert-manager.io/cluster-issuer: "letsencrypt-staging"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: nginx
tls:
Expand Down
4 changes: 2 additions & 2 deletions deploy/k8s/overlays/jax-cluster-prod-10--stage/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
annotations:
# NOTE: When deploying a new instance, make sure to use the staging issuer first
# so that you don't hit the rate limit for the production issuer.
cert-manager.io/cluster-issuer: "letsencrypt-staging"
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
# cert-manager.io/cluster-issuer: "letsencrypt-staging"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/auth-url: "http://oauth2-proxy.oauth2-proxy.svc.cluster.local/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://auth.jax-cluster-prod-10.jax.org/oauth2/start?rd=https://$http_host$escaped_request_uri"
spec:
Expand Down
74 changes: 37 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-api"
version = "0.0.2"
version = "0.1.0"
description = "description"
authors = ["Jax Computational Sciences <[email protected]>"]
packages = [
Expand All @@ -13,7 +13,7 @@ python = "^3.9"
geneweaver-core = "^0.8.0"
fastapi = {extras = ["all"], version = "^0.99.1"}
uvicorn = {extras = ["standard"], version = "^0.24.0"}
geneweaver-db = "^0.2.1a6"
geneweaver-db = "^0.2.1"
psycopg-pool = "^3.1.7"
requests = "^2.31.0"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
Expand Down

0 comments on commit 1e0778d

Please sign in to comment.