podinfo-svc.yaml 229 B

12345678910111213141516
  1. ---
  2. apiVersion: v1
  3. kind: Service
  4. metadata:
  5. name: podinfo
  6. labels:
  7. app: podinfo
  8. spec:
  9. type: NodePort
  10. ports:
  11. - port: 9898
  12. targetPort: 9898
  13. nodePort: 31198
  14. protocol: TCP
  15. selector:
  16. app: podinfo