Skip to content

Commit 508ad0d

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/monitoring/repo_exporter: update to 0.1.0
move to a-fsn-de, where shadow is now
1 parent 67470dc commit 508ad0d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

services/nomad/monitoring/repo_exporter.nomad

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ job "repo-exporter" {
44
datacenters = ["VOID"]
55

66
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-
157
network {
168
mode = "bridge"
179
port "metrics" {
@@ -36,11 +28,11 @@ job "repo-exporter" {
3628
driver = "docker"
3729

3830
config {
39-
image = "ghcr.io/void-linux/repo-exporter:v0.0.6-b1"
31+
image = "ghcr.io/void-linux/repo-exporter:v0.1.1"
4032
}
4133

4234
resources {
43-
memory = 500
35+
memory = 1000
4436
}
4537
}
4638
}

0 commit comments

Comments
 (0)