Skip to content

Commit

Permalink
fix config table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pchang388 committed Jun 18, 2024
1 parent 9a0718f commit 03bbce8
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 03bbce8

Please sign in to comment.