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
2019-08-30 00:22:37 -07:00

27 lines
No EOL
446 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp:
labels:
test: qos
name: qos-demo
spec:
replicas: 1
selector:
matchLabels:
app: nginx
strategy: {}
template:
metadata:
creationTimestamp:
labels:
app: nginx
spec:
containers:
- image: nginx:latest
name: nginx
resources:
limits:
cpu: 50m
memory: 300Mi
status: {}