We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67470dc commit 508ad0dCopy full SHA for 508ad0d
services/nomad/monitoring/repo_exporter.nomad
@@ -4,14 +4,6 @@ job "repo-exporter" {
4
datacenters = ["VOID"]
5
6
group "exporter" {
7
- affinity {
8
- # Prefer to sit on the machine hosting the internal mirrors so
9
- # that checks hit localhost.
10
- attribute = "${node.unique.hostname}"
11
- value = "a-hel-fi"
12
- weight = 100
13
- }
14
-
15
network {
16
mode = "bridge"
17
port "metrics" {
@@ -36,11 +28,11 @@ job "repo-exporter" {
36
28
driver = "docker"
37
29
38
30
config {
39
- image = "ghcr.io/void-linux/repo-exporter:v0.0.6-b1"
31
+ image = "ghcr.io/void-linux/repo-exporter:v0.1.1"
40
32
}
41
33
42
34
resources {
43
- memory = 500
35
+ memory = 1000
44
45
46
0 commit comments