mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +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
|