Skip to content

Instantly share code, notes, and snippets.

@WoodProgrammer
Last active July 27, 2018 23:43
Show Gist options
  • Select an option

  • Save WoodProgrammer/bd8b89c77db443311eabc798d1f73701 to your computer and use it in GitHub Desktop.

Select an option

Save WoodProgrammer/bd8b89c77db443311eabc798d1f73701 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: nginx-medium
spec:
replicas: 3
template:
metadata:
labels:
service: webserver
spec:
containers:
- name: nginx
image: nginx:1.13.8
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment