Add common submodule

This commit is contained in:
Daniel Berteaud 2023-08-22 15:26:42 +02:00
parent fa8240e808
commit e718f5b4af
3 changed files with 6 additions and 4 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "common"]
path = deps/common
url = https://git.lapiole.org/nomad/common.git
branch = master

1
deps/common vendored Submodule

@ -0,0 +1 @@
Subproject commit 0fbb06ca922975ad5ffaf89323824b5b07f40bf1

View File

@ -33,10 +33,7 @@ job "egress-gateway" {
# Access the CA certificate
volumes = ["../alloc/data:/data"]
}
resources {
cpu = [[ .sidecar_cpu ]]
memory = [[ .sidecar_memory ]]
}
[[ template "common/resources.tpl" .envoy ]]
}
}
}