queue-master-svc.yaml 281 B

12345678910111213141516
  1. ---
  2. apiVersion: v1
  3. kind: Service
  4. metadata:
  5. name: queue-master
  6. labels:
  7. name: queue-master
  8. annotations:
  9. prometheus.io/path: "/prometheus"
  10. spec:
  11. ports:
  12. # the port that this service should serve on
  13. - port: 80
  14. targetPort: 80
  15. selector:
  16. name: queue-master