mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-14 13:35:12 +00:00
9 lines
104 B
YAML
9 lines
104 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: www
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|