Skip to content

Commit

Permalink
docs: add the serviceMonitor.relabelings Helm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
justin0u0 committed Oct 1, 2024
1 parent d369419 commit 2a107b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ The following command can be used to install kubenurse with Helm: `helm upgrade
| daemonset.volumes | Additional volumes to be added to the daemonset | `[]` |
| serviceMonitor.enabled | Adds a ServiceMonitor for use with [Prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | `false` |
| serviceMonitor.labels | Additional labels to be added to the ServiceMonitor | `{}` |
| serviceMonitor.relabelings | Additional relabelings to be added to the endpoint of the ServiceMonitor | `[]` |
| serviceAccount.name | The name of the service account which is used | `Release.Name` |
| service.name | The name of service which exposes the kubenurse application | `8080-8080` |
| service.port | The port number of the service | `8080` |
Expand Down

0 comments on commit 2a107b0

Please sign in to comment.