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

@@ -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 {

View File

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