code/pod.yaml hinzugefügt
This commit is contained in:
16
code/pod.yaml
Normal file
16
code/pod.yaml
Normal 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
|
||||
Reference in New Issue
Block a user