@@ -84,10 +84,7 @@ in
|
||||
in
|
||||
{
|
||||
virtualisation.quadlet = {
|
||||
networks = {
|
||||
prometheus.networkConfig.internal = true;
|
||||
prometheus-ext = { };
|
||||
};
|
||||
networks.prometheus = { };
|
||||
|
||||
volumes = {
|
||||
prometheus-data = { };
|
||||
@@ -269,10 +266,8 @@ in
|
||||
"${volumes.prometheus-data.ref}:/var/lib/prometheus"
|
||||
];
|
||||
networks = [
|
||||
networks.grafana.ref
|
||||
networks.prometheus.ref
|
||||
# Access to root exporters
|
||||
networks.prometheus-ext.ref
|
||||
networks.grafana.ref
|
||||
];
|
||||
exec = [
|
||||
"--log.level=warn"
|
||||
|
Reference in New Issue
Block a user