Skip to content

Commit

Permalink
Merge pull request #9 from TheJacksonLaboratory/G3-112-add-an-ingress…
Browse files Browse the repository at this point in the history
…-for-non-prod-geneweaver-api-pt-2

Update dev ingress to use real cert, bump version for deployment to sqa
  • Loading branch information
bergsalex authored Jan 9, 2024
2 parents 92ad808 + 16a7926 commit 49f83b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s/overlays/jax-cluster-dev-10--dev/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: "https://auth.jax-cluster-dev-10.jax.org/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://auth.jax-cluster-dev-10.jax.org/oauth2/start?rd=https://$http_host$escaped_request_uri"
spec:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-api"
version = "0.0.1a3"
version = "0.0.1a4"
description = "description"
authors = ["Jax Computational Sciences <cssc@jax.org>"]
packages = [
Expand Down

0 comments on commit 49f83b2

Please sign in to comment.