Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2016 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/71cdd81c5a867e5b527eaff3aa9efa3b to your computer and use it in GitHub Desktop.
Save anonymous/71cdd81c5a867e5b527eaff3aa9efa3b to your computer and use it in GitHub Desktop.
the description for this gist
BundleKeys.nrOfCpus := 1.0
BundleKeys.memory := 64.MiB
BundleKeys.diskSpace := 5.MiB
BundleKeys.roles := Set("backend")
BundleKeys.endpoints := Map("microservice" -> Endpoint("http", bindPort = 9000, services = Set(URI("http://:9000"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment