Default metrics port conflicts with prometheus
This commit is contained in:
parent
81bdbc2816
commit
17afa4b1d1
|
@ -41,7 +41,7 @@ in {
|
||||||
metrics-port = mkOption {
|
metrics-port = mkOption {
|
||||||
type = port;
|
type = port;
|
||||||
description = "Port on which to provide metrics.";
|
description = "Port on which to provide metrics.";
|
||||||
default = 9090;
|
default = 9075;
|
||||||
};
|
};
|
||||||
|
|
||||||
images = {
|
images = {
|
||||||
|
|
Loading…
Reference in New Issue