mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +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
|