Last active
September 17, 2018 07:55
-
-
Save rockon1985/8594417815e90b641feabfb1772a2027 to your computer and use it in GitHub Desktop.
example ExtraPods
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
| ExtraPods: | |
| - Name: buyerone-node-app | |
| Chart: ./buyerone | |
| Values: | |
| - name: "replicaCount" | |
| value: "1" | |
| - name: "name" | |
| value: buyerone-node-app | |
| - name: "NODE_ENV" | |
| value: "production" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment