From 94199ba0bc8b250e44c474197c3637758bcf289e Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Tue, 7 May 2024 19:30:56 +0600 Subject: [PATCH] Create qos-pod-2.yaml --- content/bn/examples/pods/qos/qos-pod-2.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/bn/examples/pods/qos/qos-pod-2.yaml diff --git a/content/bn/examples/pods/qos/qos-pod-2.yaml b/content/bn/examples/pods/qos/qos-pod-2.yaml new file mode 100644 index 0000000000..115d4de21e --- /dev/null +++ b/content/bn/examples/pods/qos/qos-pod-2.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Pod +metadata: + name: qos-demo-2 + namespace: qos-example +spec: + containers: + - name: qos-demo-2-ctr + image: nginx + resources: + limits: + memory: "200Mi" + requests: + memory: "100Mi"