prometheus-community / pgbouncer_exporter

Prometheus exporter for PgBouncer
MIT License
140 stars 49 forks source link

Why is the exporter creating an PVC in kubernetes #142

Closed Skyhikeeper closed 7 months ago

Skyhikeeper commented 7 months ago

I install the exporter using helm and it creates a 8Gb PVC. nowhere in the values have I configured it to persist to disk.

Terence

SuperQ commented 7 months ago

For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.

jz-wilson commented 2 months ago

I install the exporter using helm and it creates a 8Gb PVC. nowhere in the values have I configured it to persist to disk.

Terence

Hey I saw this same issue, idk if you resolved it yet buy you can add the following values to your helm release:

postgresql:
  enabled: false

There is a postgresql dependency in the chart that is not needed for just the exporter.