Skip to content

Instantly share code, notes, and snippets.

@gorille
Last active January 17, 2018 14:58
Show Gist options
  • Save gorille/1e1d2d5f290c8b201fa98925b7242cab to your computer and use it in GitHub Desktop.
Save gorille/1e1d2d5f290c8b201fa98925b7242cab to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: my-nginx
spec:
replicas: 2
template:
metadata:
labels:
run: my-nginx
spec:
containers:
- name: my-nginx
image: crccheck/hello-world
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment