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