Is it possible to specify an app’s resource limits in waypoint.hcl? I am thinking of something like this:
......
deploy {
use "docker" {
service_port = 8000
resources {
cpu = 2
memory = 512 MB
}
}
}