Skip to content

Commit 9c95405

Browse files
committed
[worker] fix swarm deployment labels
1 parent 9a35d3b commit 9c95405

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

deployments/docker-swarm-terraform/worker.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,6 @@ resource "docker_service" "worker" {
1616
file_uid = 405
1717
file_gid = 100
1818
}
19-
20-
#region Prometheus support
21-
labels {
22-
label = "prometheus.io/scrape"
23-
value = "true"
24-
}
25-
labels {
26-
label = "prometheus.io/port"
27-
value = "3000"
28-
}
29-
labels {
30-
label = "prometheus.io/job"
31-
value = "worker"
32-
}
33-
#endregion
3419
}
3520

3621
networks_advanced {

0 commit comments

Comments
 (0)