Created
September 1, 2017 13:01
-
-
Save gmaliar/3f37cdde51cfb6a540f76839c71ae7f3 to your computer and use it in GitHub Desktop.
Helm example: values.yml and <env>.yml
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
| env: | |
| host: studio.tailorbrands.com | |
| web: | |
| service: | |
| port: 80 | |
| pod: | |
| port: 3000 | |
| resources: | |
| limits: | |
| memory: 10Gi | |
| requests: | |
| cpu: 2 | |
| memory: 4Gi | |
| bg: | |
| resources: | |
| limits: | |
| memory: 16Gi | |
| requests: | |
| cpu: 4 | |
| memory: 8Gi |
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
| ecr: | |
| url: <ACCOUNT ID>.dkr.ecr.<REGION>.amazonaws.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment