mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-16 23:58:44 -04:00
10 lines
165 B
YAML
10 lines
165 B
YAML
apiVersion: v1beta1
|
|
kind: Pod
|
|
id: www
|
|
desiredState:
|
|
manifest:
|
|
version: v1beta1
|
|
id: www
|
|
containers:
|
|
- name: nginx
|
|
image: dockerfile/nginx
|