From 9831da11fb1a568efe59baa259b5764809e2022e Mon Sep 17 00:00:00 2001 From: Sara Lambert Date: Wed, 9 Oct 2024 11:44:24 -0500 Subject: [PATCH] Fix production API hostname --- chart/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.prod.yaml b/chart/values.prod.yaml index 00c021e..23e3540 100644 --- a/chart/values.prod.yaml +++ b/chart/values.prod.yaml @@ -10,7 +10,7 @@ ingress: traefik.ingress.kubernetes.io/router.middlewares: "alphasynthesis-clean-prod-domain-redirect@kubernetescrd" config: - hostname: "https://mmli.fastapi.mmli1.ncsa.illinois.edu/" + hostname: "https://mmli.fastapi.mmli1.ncsa.illinois.edu" basePath: "" signInUrl: "https://auth.platform.moleculemaker.org/oauth2/start?rd=https%3A%2F%2Fclean.platform.moleculemaker.org%2Fconfiguration" signOutUrl: "https://auth.platform.moleculemaker.org/oauth2/sign_out?rd=https%3A%2F%2Fclean.platform.moleculemaker.org%2Fconfiguration"