superlint/.automation/test/kubernetes_kubeconform/kubeconform_good_1.yaml

21 lines
331 B
YAML
Raw Normal View History

2020-09-21 18:53:30 -04:00
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 4
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.13.12
ports:
- containerPort: 80