Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 48s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:53:58 +02:00
parent b4c07d3693
commit 5304f72106

View File

@@ -4,7 +4,7 @@ variable "image_tag" {
default = "core"
}
job "fil" {
job "check" {
region = "global"
datacenters = ["dc1"]
type = "service"
@@ -21,7 +21,7 @@ job "fil" {
progress_deadline = "20m"
}
group "fil-group" {
group "check-group" {
count = 1
constraint {
@@ -53,13 +53,13 @@ job "fil" {
service {
provider = "consul"
name = "fil"
name = "check"
port = "http"
tags = [
"traefik.enable=true",
"traefik.http.routers.fil.rule=Host(`fil.i80.dk`)",
"traefik.http.routers.fil.tls=true",
"traefik.http.routers.check.rule=Host(`check.i80.dk`)",
"traefik.http.routers.check.tls=true",
]
check {
@@ -72,7 +72,7 @@ job "fil" {
}
}
task "fil-task" {
task "check-task" {
driver = "docker"
config {