Skip to content

Instantly share code, notes, and snippets.

@aisrael
Created May 22, 2019 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aisrael/e9ff1c9d9121b3bf985227142071baf7 to your computer and use it in GitHub Desktop.
Save aisrael/e9ff1c9d9121b3bf985227142071baf7 to your computer and use it in GitHub Desktop.
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.13-alpine
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment