Create quota-mem-cpu-pod-2.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-05 22:23:52 +06:00 committed by GitHub
parent 602899c468
commit c7503a802f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: quota-mem-cpu-demo-2
spec:
containers:
- name: quota-mem-cpu-demo-2-ctr
image: redis
resources:
limits:
memory: "1Gi"
cpu: "800m"
requests:
memory: "700Mi"
cpu: "400m"