Create qos-pod-4.yaml

This commit is contained in:
Sabbir Ahmed Shameem 2024-05-07 19:32:00 +06:00 committed by GitHub
parent 11eedd79a6
commit a68914de56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
apiVersion: v1
kind: Pod
metadata:
name: qos-demo-4
namespace: qos-example
spec:
containers:
- name: qos-demo-4-ctr-1
image: nginx
resources:
requests:
memory: "200Mi"
- name: qos-demo-4-ctr-2
image: redis