Drop api-paas.* route

This was introduced during the migration and is no longer needed nor
should it be used.
This commit is contained in:
Athanasios Voutsadakis
2017-10-12 14:51:04 +01:00
parent fe37313d18
commit 0b3136397b
3 changed files with 0 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ inherit: manifest-api-base.yml
routes: routes:
- route: notify-api-preview.cloudapps.digital - route: notify-api-preview.cloudapps.digital
- route: api-paas.notify.works
- route: api.notify.works - route: api.notify.works
instances: 1 instances: 1

View File

@@ -4,7 +4,6 @@ inherit: manifest-api-base.yml
routes: routes:
- route: notify-api-production.cloudapps.digital - route: notify-api-production.cloudapps.digital
- route: api-paas.notifications.service.gov.uk
- route: api.notifications.service.gov.uk - route: api.notifications.service.gov.uk
instances: 2 instances: 2
memory: 1G memory: 1G

View File

@@ -4,7 +4,6 @@ inherit: manifest-api-base.yml
routes: routes:
- route: notify-api-staging.cloudapps.digital - route: notify-api-staging.cloudapps.digital
- route: api-paas.staging-notify.works
- route: api.staging-notify.works - route: api.staging-notify.works
instances: 2 instances: 2
memory: 1G memory: 1G