Merge branch 'main' of ssh://gitea.service.nr5:2222/chaos/nomad-nummer5

This commit is contained in:
2023-10-22 12:23:16 +02:00
7 changed files with 206 additions and 5 deletions

View File

@@ -24,6 +24,12 @@ job "jenkins" {
"traefik.enable=true",
"traefik.http.routers.jenkins.rule=Host(`jenkins.service.nr5`)",
]
check {
type = "http"
path = "/login"
interval = "60s"
timeout = "10s"
}
}
volume "jenkins-master" {
@@ -55,10 +61,10 @@ job "jenkins" {
JAVA_OPTS = "-Dhudson.footerURL=http://jenkins.service.nr5"
}
resources {
cpu = 200
memory = 256
cpu = 500
memory = 512
}
}
}
}
}