queue-master-svc.yaml 277 B

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