Skip to content
Snippets Groups Projects
  1. May 30, 2024
  2. May 24, 2024
  3. May 22, 2024
  4. May 20, 2024
  5. May 14, 2024
  6. May 13, 2024
  7. Apr 30, 2024
  8. Apr 15, 2024
  9. Apr 12, 2024
  10. Apr 08, 2024
  11. Mar 21, 2024
  12. Mar 20, 2024
  13. Mar 06, 2024
  14. Feb 21, 2024
  15. Feb 19, 2024
  16. Feb 16, 2024
  17. Feb 13, 2024
  18. Jan 30, 2024
  19. Jan 29, 2024
  20. Jan 22, 2024
  21. Jan 19, 2024
  22. Jan 15, 2024
    • Brad Ison's avatar
      jsonnet/components/prometheus: Fix thanos-sidecar metrics access (#2330) · 895db2a2
      Brad Ison authored
      When enabled, the thanos-sidecar opens an HTTP listener on port 10902,
      which what's used to scrape metrics.  This port wasn't being added to
      the Prometheus Service, so wasn't added to the NetworkPolicy causing
      scraping to fail from Prometheus instances other than the local one.
      
      This adds the port to the Service and NetworkPolicy.
      
      Fixes: #2006
      895db2a2
Loading