From 54e821500b5ae66c6e05fc8d0306a75e1fe08f3a Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Thu, 12 Oct 2017 14:52:22 +0100 Subject: [PATCH] Drop admin-paas.* route This was introduced during the migration and is no longer needed nor should it be used. --- manifest-preview.yml | 1 - manifest-production.yml | 1 - manifest-staging.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/manifest-preview.yml b/manifest-preview.yml index b12bf2561..a8f10e896 100644 --- a/manifest-preview.yml +++ b/manifest-preview.yml @@ -4,5 +4,4 @@ inherit: manifest-base.yml routes: - route: notify-admin-preview.cloudapps.digital - - route: admin-paas.notify.works - route: www.notify.works diff --git a/manifest-production.yml b/manifest-production.yml index 21fe38513..1eca336c7 100644 --- a/manifest-production.yml +++ b/manifest-production.yml @@ -4,7 +4,6 @@ inherit: manifest-base.yml routes: - route: notify-admin-production.cloudapps.digital - - route: admin-paas.notifications.service.gov.uk - route: www.notifications.service.gov.uk instances: 2 memory: 1G diff --git a/manifest-staging.yml b/manifest-staging.yml index 0584a3315..d1ebb7ae3 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -4,7 +4,6 @@ inherit: manifest-base.yml routes: - route: notify-admin-staging.cloudapps.digital - - route: admin-paas.staging-notify.works - route: www.staging-notify.works instances: 2 memory: 1G