mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-07 09:43:15 +00:00
9 lines
109 B
YAML
9 lines
109 B
YAML
apiVersion: v1beta3
|
|
kind: Pod
|
|
metadata:
|
|
name: www
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|