feat(ops/modules): factor grafana & prometheus setup into a module
... that is then promptly enabled on nevsky. Change-Id: Ie51037cec810bb7f81099a67ebd2581dcf710bd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13093 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
75fe623d97
commit
afcdcc6338
3 changed files with 109 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ locals {
|
|||
# Hostnames of all public services on whitby
|
||||
whitby_services = [
|
||||
"deploys",
|
||||
"status",
|
||||
]
|
||||
|
||||
# Hostnames of all public services on nevsky
|
||||
|
|
@ -106,6 +105,7 @@ locals {
|
|||
"code",
|
||||
"cs",
|
||||
"grep",
|
||||
"status",
|
||||
]
|
||||
|
||||
# Hostnames of all public services on bugry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue