mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-03 12:40:47 +00:00
9 lines
120 B
YAML
9 lines
120 B
YAML
apiVersion: v1beta3
|
|
kind: Pod
|
|
metadata:
|
|
name: www
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: dockerfile/nginx
|