prometheus-svc.yaml 262 B

1234567891011121314151617
  1. ---
  2. apiVersion: v1
  3. kind: Service
  4. metadata:
  5. name: prometheus
  6. namespace: monitoring
  7. labels:
  8. app: prometheus
  9. spec:
  10. type: NodePort
  11. ports:
  12. - port: 9090
  13. targetPort: 9090
  14. nodePort: 31190
  15. protocol: TCP
  16. selector:
  17. app: prometheus