Last active
August 11, 2020 18:02
-
-
Save resouer/8bae1353df470a281df9f67d31671eac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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