atlas: limit memory, add meta block

This commit is contained in:
wizzdom 2024-02-22 20:17:25 +00:00
parent feafd2d1c2
commit f00c8c6078
No known key found for this signature in database
GPG key ID: EEB7D796F4B09F07

View file

@ -2,6 +2,10 @@ job "atlas" {
datacenters = ["aperture"]
type = "service"
meta {
git-sha = ""
}
group "nginx-atlas" {
count = 1
@ -42,7 +46,7 @@ job "atlas" {
resources {
cpu = 100
memory = 500
memory = 50
}
}
}