From 643d738d13ccd2b9be6cd37119f7b75b09d81151 Mon Sep 17 00:00:00 2001 From: Chris Pymm Date: Wed, 18 Sep 2024 09:15:03 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"build(deployment):=20remove?= =?UTF-8?q?=20default=20cloudplatform=20site=20(#741)"=20=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 814b20cc1a909956848a350aa526e8d32806f027. --- kubernetes-deploy-production.tpl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/kubernetes-deploy-production.tpl b/kubernetes-deploy-production.tpl index 9a59ca2e6..0ae023c30 100644 --- a/kubernetes-deploy-production.tpl +++ b/kubernetes-deploy-production.tpl @@ -42,22 +42,10 @@ metadata: spec: ingressClassName: default tls: - - hosts: - - ${KUBE_NAMESPACE}-${BRANCH}.apps.live.cloud-platform.service.justice.gov.uk - hosts: - design-patterns.service.justice.gov.uk secretName: moj-frontend-prod-secret rules: - - host: ${KUBE_NAMESPACE}-${BRANCH}.apps.live.cloud-platform.service.justice.gov.uk - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: moj-frontend-service-${BRANCH} - port: - number: 3000 - host: design-patterns.service.justice.gov.uk http: paths: