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] 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 <