sergio_educacionit

nginx-pod-service.yaml

Oct 15th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: nginx
  5. spec:
  6. selector:
  7. app: nginx
  8. ports:
  9. - port: 80
  10. targetPort: 80
Advertisement
Add Comment
Please, Sign In to add comment