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