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 = { {%- set apps = {
'notify-admin': { 'notify-admin': {
'routes': { 'routes': {
'preview': ['www.notify.works'], 'preview': ['www.notify.works', 'notify-admin-preview.apps.internal'],
'staging': ['www.staging-notify.works'], 'staging': ['www.staging-notify.works', 'notify-admin-staging.apps.internal'],
'production': ['www.notifications.service.gov.uk'], 'production': ['www.notifications.service.gov.uk', 'notify-admin-production.apps.internal'],
} }
}, },
'notify-admin-prototype': {}, 'notify-admin-prototype': {},