mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-12 23:38:20 -05:00
9 lines
101 B
YAML
9 lines
101 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Pod
|
||
|
|
metadata:
|
||
|
|
name: test
|
||
|
|
spec:
|
||
|
|
containers:
|
||
|
|
- name: nginx
|
||
|
|
image: nginx
|