mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
27 lines
446 B
YAML
27 lines
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: {}
|