new service! amdl
This commit is contained in:
parent
5c7720f462
commit
02484c74f5
11 changed files with 131 additions and 14 deletions
|
@ -16,15 +16,15 @@ in {
|
|||
};
|
||||
grafanaPort = mkOption {
|
||||
type = types.int;
|
||||
default = 3000;
|
||||
default = 2000;
|
||||
};
|
||||
promtailPort = mkOption {
|
||||
type = types.int;
|
||||
default = 3001;
|
||||
default = 2001;
|
||||
};
|
||||
lokiPort = mkOption {
|
||||
type = types.int;
|
||||
default = 3002;
|
||||
default = 2002;
|
||||
};
|
||||
prometheusPort = mkOption {
|
||||
type = types.int;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue