2
0

prometheus-frontend-svc.yaml 244 B

123456789101112131415
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: prometheus-frontend
  5. namespace: default
  6. spec:
  7. type: NodePort
  8. ports:
  9. - name: web
  10. nodePort: 30100
  11. port: 9090
  12. protocol: TCP
  13. targetPort: web
  14. selector:
  15. prometheus: frontend