Guia-Tutorial-kubernetes/yaml-del-pelado/01-pod.yaml

9 lines
109 B
YAML
Raw Normal View History

2022-09-19 18:31:05 +02:00
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx:alpine