1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/chainsaw/validating-admission-policy-reports/events/deployment.yaml

21 lines
348 B
YAML
Raw Normal View History

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