commit 2d87f04311280732a38d6f39b70a383aa99857d1 Author: root Date: Thu Jun 5 19:31:44 2025 +0000 code/pod.yaml hinzugefügt 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