Skip to content

Instantly share code, notes, and snippets.

@chuckha
Created August 17, 2017 18:45
Show Gist options
  • Save chuckha/0a6ea0aca5ac501d6a41b6c2638c5438 to your computer and use it in GitHub Desktop.
Save chuckha/0a6ea0aca5ac501d6a41b6c2638c5438 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 3
template:
metadata:
labels:
app: nginx
spec:
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