1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/test/resources/resource_mutate_validate_qos.yaml
Mohan B E bd406f5bb8
added conversion of overlay to patch strategic merge (#1138)
* added conversion of overlay to patch strategic merge and modified unittest for the same

* updated best practice policy
2020-09-22 16:19:09 -07:00

24 lines
441 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
name: qos-demo
labels:
test: qos
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:latest
resources:
limits:
cpu: "50m"