From 8847441c1db2b633c73a6f5fbd471355ca0a8884 Mon Sep 17 00:00:00 2001 From: Nick Muerdter <12112+GUI@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:38:09 -0600 Subject: [PATCH] Remove nrel.gov ingress. Remove the duplicative nrel.gov ingress now that everything with developer.nlr.gov is cutover to use the nlr.gov ingress. --- config/deploy/WebDeployment.pkl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/config/deploy/WebDeployment.pkl b/config/deploy/WebDeployment.pkl index afbdc38a7..a3ec1cf94 100644 --- a/config/deploy/WebDeployment.pkl +++ b/config/deploy/WebDeployment.pkl @@ -366,34 +366,6 @@ resources: Listing = new { new TadaWebIngress { tadaName = "django" tadaServicePort = 8000 - - // Configure the ingress to listen on the old `*.nrel.gov` domains (in - // addition to the new `nlr.gov` domains). We can remove this once the - // nrel.gov domain is fully gone. - local nrelHost = deployMetadata.`url-host`.replaceLast(".nlr.gov", ".nrel.gov") - spec { - rules { - new { - host = nrelHost!! - http { - paths { - new { - path = "/" - pathType = "Prefix" - backend { - service { - name = djangoService.metadata.name - port { - number = 8000 - } - } - } - } - } - } - } - } - } } new TadaWebPodDisruptionBudget {}