Skip to content

Commit

Permalink
Update dev ingress to use real cert, bump version for deployment to sqa
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Jan 9, 2024
1 parent 92ad808 commit 16a7926
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 16a7926

Please sign in to comment.