1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/test/output/nginx.yaml

30 lines
515 B
YAML
Raw Normal View History

2019-05-22 20:07:41 -07:00
kind: Deployment
2019-06-13 12:01:03 -07:00
apiVersion: apps/v1
2019-05-22 20:07:41 -07:00
metadata:
name: nginx-deployment
2019-06-13 12:01:03 -07:00
creationTimestamp:
2019-05-22 20:07:41 -07:00
labels:
2019-06-13 12:01:03 -07:00
app: nginx_is_mutated
cli: test
isMutated: 'true'
2019-05-22 20:07:41 -07:00
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
2019-06-13 12:01:03 -07:00
creationTimestamp:
2019-05-22 20:07:41 -07:00
labels:
app: nginx
spec:
containers:
- name: nginx
2019-06-13 12:01:03 -07:00
image: nginx:1.7.9
2019-05-22 20:07:41 -07:00
ports:
- containerPort: 80
2019-06-13 12:01:03 -07:00
resources: {}
imagePullPolicy: Always
strategy: {}
status: {}