1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/test/manifest/require_pod_requests_limits.yaml
2019-10-09 18:35:07 -07:00

16 lines
No EOL
243 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: nginx
image: nginx
resources:
requests:
memory: "256Mi"
cpu: "0.5"
limits:
memory: "256Mi"