Skip to content

Commit

Permalink
Add doc for service monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 18, 2024
1 parent 3e5c9d2 commit 3e6fc62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The following `spec values` can be updated.
| ingress.ingressClassName | string | "nginx" | Ingress class name. |
| ingress.TLS | []knetworkingv1.IngressTLS | nil | TLS for the ingress. |
| ingress.Host | string | "" | Host of the ingress. |
| serviceMonitor.enabled | bool | No default value, mandatory to set. | Enabling of the service monitor.
| serviceMonitor.Labels | map[string]string | nil | Labels of the service monitor. It should be configured so that the service monitor is selected by Prometheus.

## Immudb Status

Expand Down

0 comments on commit 3e6fc62

Please # to comment.