sergio_educacionit

nginx-pod.yaml

Jul 30th, 2026
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: nginx-pod
  5. spec:
  6. containers:
  7. - name: nginx
  8. image: nginx:latest
  9. ports:
  10. - containerPort: 80
Advertisement
Add Comment
Please, Sign In to add comment