Skip to content

Commit

Permalink
Merge pull request #69 from homeylab/pihole-docs
Browse files Browse the repository at this point in the history
fix config table in readme
  • Loading branch information
pchang388 authored Jun 18, 2024
2 parents 9a0718f + 03bbce8 commit daacaa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/pihole-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ For a full list of values, see [values.yaml](values.yaml). Some of the most impo
| service.type | string | `"ClusterIP"` | |
| extraEnv | object | `{}` | Add extra environment variables |
| metrics.enabled | bool | `true` | enable/disable prometheus podAnnotations and serviceMonitors. |
| metrics.podAnnotations | object | `{"prometheus.io/path":"/metrics","prometheus.io/port":"9617","prometheus.io/scrape":"true"}` | Add podAnnotations for prometheus scraping |
| metrics.podAnnotations."prometheus.io/path" | string | `"/metrics"` | set the path for prometheus scraping |
| metrics.podAnnotations."prometheus.io/port" | string | `"9617"` | set the port for prometheus scraping, should match the service port |
| metrics.serviceMonitor.enabled | bool | `false` | enable/disable serviceMonitor, if enabled podAnnotations will be ignored |
Expand Down

0 comments on commit daacaa0

Please sign in to comment.