From 2d87f04311280732a38d6f39b70a383aa99857d1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Jun 2025 19:31:44 +0000 Subject: [PATCH] =?UTF-8?q?code/pod.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/pod.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 code/pod.yaml diff --git a/code/pod.yaml b/code/pod.yaml new file mode 100644 index 0000000..fa91920 --- /dev/null +++ b/code/pod.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: Pod +metadata: + name: express-test + labels: + app: express-test +spec: + containers: + - name: express-test + image: lukondefmwila/express-test:latest + resources: + limits: + memory: "128Mi" + cpu: "500m" + ports: + - containerPort: 8080 \ No newline at end of file