From d2659522e89c0ad4597c721134166f35c9dfc4f9 Mon Sep 17 00:00:00 2001 From: bandesz Date: Tue, 28 Mar 2017 12:22:44 +0100 Subject: [PATCH] Add final routes to the Paas app --- manifest-preview.yml | 1 + manifest-production.yml | 1 + manifest-staging.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/manifest-preview.yml b/manifest-preview.yml index 8870dea88..b12bf2561 100644 --- a/manifest-preview.yml +++ b/manifest-preview.yml @@ -5,3 +5,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 a89767584..21fe38513 100644 --- a/manifest-production.yml +++ b/manifest-production.yml @@ -5,5 +5,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 76d5c9886..0584a3315 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -5,5 +5,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