Add internal routes

These will be used by prometheus to scrape the `/metrics` endpoint.
This commit is contained in:
Sakis
2022-04-12 13:12:36 +03:00
committed by GitHub
parent ce6329c191
commit 4b33e1e090

View File

@@ -1,9 +1,9 @@
{%- set apps = {
'notify-admin': {
'routes': {
'preview': ['www.notify.works'],
'staging': ['www.staging-notify.works'],
'production': ['www.notifications.service.gov.uk'],
'preview': ['www.notify.works', 'notify-admin-preview.apps.internal'],
'staging': ['www.staging-notify.works', 'notify-admin-staging.apps.internal'],
'production': ['www.notifications.service.gov.uk', 'notify-admin-production.apps.internal'],
}
},
'notify-admin-prototype': {},