code/pod.yaml hinzugefügt

This commit is contained in:
2025-06-05 19:31:44 +00:00
commit 2d87f04311

16
code/pod.yaml Normal file
View File

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