resources for prometheus mqtt exporter
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
2024-01-17 18:30:10 +01:00
parent 1c24642405
commit 9ec3788dfe
2 changed files with 5 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ job "mosquitto-prometheus-exporter" {
"--endpoint", "tcp://mqtt.wks:1883"
]
}
resources {
cpu = 50
memory = 10
}
}
}
}