service.yaml 169 B

12345678910111213
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: echo
  5. spec:
  6. selector:
  7. app: echo
  8. type: ClusterIP
  9. ports:
  10. - protocol: TCP
  11. port: 80
  12. targetPort: 5678