From fb3795366c84bb3e903664462be476739be35b1f Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Mon, 6 May 2024 21:50:49 +0600 Subject: [PATCH] Create example-baseline-pod.yaml --- content/bn/examples/security/example-baseline-pod.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/bn/examples/security/example-baseline-pod.yaml diff --git a/content/bn/examples/security/example-baseline-pod.yaml b/content/bn/examples/security/example-baseline-pod.yaml new file mode 100644 index 0000000000..eca57ea4de --- /dev/null +++ b/content/bn/examples/security/example-baseline-pod.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Pod +metadata: + name: nginx +spec: + containers: + - image: nginx + name: nginx + ports: + - containerPort: 80