cluster/services/forge: add blackbox monitoring
This commit is contained in:
parent
04e6a96a06
commit
3e2b98ef6a
1 changed files with 5 additions and 0 deletions
|
@ -25,4 +25,9 @@
|
|||
keys.forgejo.locksmith.nodes = config.services.forge.nodes.server;
|
||||
buckets.forgejo.allow.forgejo = [ "read" "write" ];
|
||||
};
|
||||
|
||||
monitoring.blackbox.targets.forge = {
|
||||
address = "https://forge.${depot.lib.meta.domain}/api/v1/version";
|
||||
module = "https2xx";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue