Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2016 13:06
Embed
What would you like to do?
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