apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
annotations: {}
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
labels:
containers:
- image: nginx:alpine
status: {}