Increase memory and max memory for connect proxy for services

This commit is contained in:
IamTheFij 2023-02-28 15:57:45 -08:00
parent 20bb6ba7aa
commit 208f90e7bf

View File

@ -80,8 +80,8 @@ job "${name}" {
sidecar_task {
resources {
cpu = 50
memory = 20
memory_max = 50
memory = 50
memory_max = 100
}
}
}