sergio_educacionit

nginx-pod.yaml

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