From cb8662b354bc013b19fe9bcd63b5f5a7cd03d920 Mon Sep 17 00:00:00 2001 From: madsler <81021461+madsler@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:25:43 +0100 Subject: [PATCH 1/2] Update README.md Add deployment.yaml to add pods to namespace 1 and 2 for something to shot at --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index be8266a..7fe70b1 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,33 @@ spec: tls: termination: Edge ``` +## Add simple nginx Deployment for Pods to shot at + +cat >deployment.yaml < Date: Wed, 13 Mar 2024 16:29:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fe70b1..0acd160 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ spec: termination: Edge ``` ## Add simple nginx Deployment for Pods to shot at - +```bash cat >deployment.yaml <