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

Update project.nomad

parent e6c3d49c
Branches
No related tags found
No related merge requests found
......@@ -4,9 +4,15 @@ job "whoami" {
meta {
git_sha = "[[.git_sha]]"
}
group "demo" {
group "whoami" {
count = 1
network {
port "http" {
to = -1
}
}
update {
max_parallel = 1
}
......@@ -25,6 +31,7 @@ job "whoami" {
config {
image = "httpd"
ports = ["http"]
}
resources {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment