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