Skip to content
Snippets Groups Projects
Commit 349058f0 authored by uıןǝnbsɐW ןǝɐʞɔıW's avatar uıןǝnbsɐW ןǝɐʞɔıW
Browse files

Update project.nomad

parent 3a63bf65
Branches
Tags
No related merge requests found
Pipeline #1446 passed
...@@ -29,14 +29,21 @@ job "whoami" { ...@@ -29,14 +29,21 @@ job "whoami" {
} }
resources { resources {
cpu = 128 cpu = 128 # 128 Mhz
memory = 128 memory = 128 # 128MB
} }
service { service {
name = "whoami" name = "whoami"
port = "webserver" port = "webserver"
check {
name = "host-whoami-check"
type = "tcp"
interval = "10s"
timeout = "2s"
}
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.services.whoami.loadbalancer.sticky", "traefik.http.services.whoami.loadbalancer.sticky",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment