Create limit-range-pod-3.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-05 22:13:13 +06:00 committed by GitHub
parent add1dd7882
commit 9347144e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions
content/bn/examples/admin/resource

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: busybox3
spec:
containers:
- name: busybox-cnt01
image: busybox:1.28
command: ["sleep", "3600"]
resources:
limits:
memory: "300Mi"
requests:
memory: "100Mi"