mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
11 lines
124 B
YAML
11 lines
124 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: hello
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- name: hello
|
|
image: nginx
|
|
|