Created
December 6, 2016 01:27
-
-
Save klizhentas/2eca8241b42bd1b8a631557e6e533f18 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
deployment { | |
metadata: nginx-deployment | |
replicas: countNodes(label='nginx') | |
template: { | |
labels: app=nginx | |
containers: [ | |
{name: nginx, image: 'nginx:1.7.9', ports: {containerPort: 80}} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment