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

27 lines
490 B
YAML
Raw Normal View History

2019-08-30 00:22:37 -07:00
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
2019-08-30 00:22:37 -07:00
labels:
test: qos
name: qos-demo
spec:
replicas: 1
selector:
matchLabels:
app: nginx
strategy: {}
template:
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
2019-08-30 00:22:37 -07:00
labels:
app: nginx
spec:
containers:
- image: nginx:latest
name: nginx
resources:
limits:
cpu: 50m
memory: 300Mi
status: {}