Skip to content

Instantly share code, notes, and snippets.

@klizhentas
Created December 6, 2016 01:27
Show Gist options
  • Save klizhentas/2eca8241b42bd1b8a631557e6e533f18 to your computer and use it in GitHub Desktop.
Save klizhentas/2eca8241b42bd1b8a631557e6e533f18 to your computer and use it in GitHub Desktop.
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