---
kind: Deployment
apiVersion: apps/v1
metadata:
name: nginx
spec:
selector:
matchLabels:
app: nginx
template:
labels:
containers:
- name: nginx
image: nginx
ports:
- name: http
containerPort: 80