1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-12 10:56:54 +00:00
kyverno/test/conformance/kuttl/validating-admission-policy-reports/events/deployment.yaml

21 lines
No EOL
348 B
YAML

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