k3s/examples/walkthrough/pod1.yaml

9 lines
104 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: www
spec:
containers:
- name: nginx
image: nginx