1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/resources/resource_mutate_validate_qos.yaml

25 lines
441 B
YAML
Raw Normal View History

2019-06-22 16:05:06 -07:00
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
2019-06-22 16:05:06 -07:00
name: qos-demo
2019-07-29 19:01:17 -07:00
labels:
test: qos
2019-06-22 16:05:06 -07:00
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
2019-06-22 16:05:06 -07:00
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:latest
resources:
limits:
cpu: "50m"