re-enable sub-domains to monitor
This commit is contained in:
parent
524b598b2c
commit
660122477f
1 changed files with 10 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
cfg = config.bagel.status;
|
cfg = config.bagel.status;
|
||||||
|
# TODO: pull domains from a central place
|
||||||
subdomains = [
|
subdomains = [
|
||||||
"cl"
|
"cl"
|
||||||
"netbox"
|
"netbox"
|
||||||
|
@ -16,15 +17,15 @@ let
|
||||||
"mimir"
|
"mimir"
|
||||||
"pyroscope"
|
"pyroscope"
|
||||||
"matrix"
|
"matrix"
|
||||||
# "tempo"
|
"tempo"
|
||||||
# "amqp"
|
"amqp"
|
||||||
# "fodwatch"
|
"fodwatch"
|
||||||
# "git"
|
"git"
|
||||||
# "alerts"
|
"alerts"
|
||||||
# "buildbot"
|
"buildbot"
|
||||||
# "b"
|
"b"
|
||||||
# "postgres"
|
"postgres"
|
||||||
# "news"
|
"news"
|
||||||
];
|
];
|
||||||
port = 3001;
|
port = 3001;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue