Skip to content

Instantly share code, notes, and snippets.

@resouer
Last active August 11, 2020 18:02
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 resouer/8bae1353df470a281df9f67d31671eac to your computer and use it in GitHub Desktop.
Save resouer/8bae1353df470a281df9f67d31671eac to your computer and use it in GitHub Desktop.
myapp: {
components: {
frontend: {
containerized:{
image: "nginx:v1"
port: "8080"
}
traits: {
route: {
domain: "www.example.com"
}
autoscale: {
min: 1
max: 100
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment