cka-SVV/nwp-lab10-1.yaml
sandervanvugt fe1ce322b1 message
2024-11-26 10:47:55 -08:00

30 lines
386 B
YAML

---
apiVersion: v1
kind: Pod
metadata:
name: nwp-nginx
namespace: default
labels:
app: nwp-nginx
spec:
containers:
- name: nwp-nginx
image: nginx:1.17
...
---
apiVersion: v1
kind: Pod
metadata:
name: nwp-busybox
namespace: nwp-namespace
labels:
app: sleepy
spec:
containers:
- name: nwp-busybox
image: busybox
command:
- sleep
- "3600"