mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
bd406f5bb8
* added conversion of overlay to patch strategic merge and modified unittest for the same * updated best practice policy
27 lines
No EOL
490 B
YAML
27 lines
No EOL
490 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
creationTimestamp: "2020-09-21T12:56:35Z"
|
|
labels:
|
|
test: qos
|
|
name: qos-demo
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: nginx
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: "2020-09-21T12:56:35Z"
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
containers:
|
|
- image: nginx:latest
|
|
name: nginx
|
|
resources:
|
|
limits:
|
|
cpu: 50m
|
|
memory: 300Mi
|
|
status: {} |