1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/manifest/require_pod_requests_limits.yaml

15 lines
224 B
YAML
Raw Normal View History

2019-10-09 17:37:31 -07:00
apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: nginx
image: nginx
resources:
requests:
memory: "256Mi"
limits:
memory: "256Mi"