From 13f20c85ee31f108e4cee9aab8233430f6b9d813 Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Sun, 5 May 2024 22:17:11 +0600 Subject: [PATCH] Create memory-constraints-pod-4.yaml --- .../examples/admin/resource/memory-constraints-pod-4.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/bn/examples/admin/resource/memory-constraints-pod-4.yaml diff --git a/content/bn/examples/admin/resource/memory-constraints-pod-4.yaml b/content/bn/examples/admin/resource/memory-constraints-pod-4.yaml new file mode 100644 index 0000000000..03e2b6d75e --- /dev/null +++ b/content/bn/examples/admin/resource/memory-constraints-pod-4.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Pod +metadata: + name: constraints-mem-demo-4 +spec: + containers: + - name: constraints-mem-demo-4-ctr + image: nginx