resources for prometheus mqtt exporter
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
@@ -48,6 +48,7 @@ job "drone-runner" {
|
|||||||
DRONE_RUNNER_CAPACITY = 1
|
DRONE_RUNNER_CAPACITY = 1
|
||||||
DRONE_LOGS_DEBUG = true
|
DRONE_LOGS_DEBUG = true
|
||||||
DRONE_LOGS_TRACE = true
|
DRONE_LOGS_TRACE = true
|
||||||
|
DOCKER_BUILDKIT = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
|
|||||||
@@ -33,6 +33,10 @@ job "mosquitto-prometheus-exporter" {
|
|||||||
"--endpoint", "tcp://mqtt.wks:1883"
|
"--endpoint", "tcp://mqtt.wks:1883"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
resources {
|
||||||
|
cpu = 50
|
||||||
|
memory = 10
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user