You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| serviceAccount.annotations | object | `{}` | Set annotations for Service Account |
166
166
| serviceAccount.enabled | bool | `false` | Enable and create Service Account |
167
167
| serviceAccount.nameOverride | string | `""` | Override Service Account name (by default, name is generated with `fullname` template) |
168
+
| serviceMonitor | object | See below | Configure ServiceMonitors for the chart. Additional ServiceMonitors can be added by adding a dictionary key similar to the 'main' service monitor. |
169
+
| serviceMonitor.main | object | `{"annotations":{},"enabled":false,"endpoints":[{"interval":"1m","path":"/metrics","port":"http","scheme":"http","scrapeTimeout":"10s"}],"fullNameOverride":"","labels":{},"nameOverride":"","namespaceSelector":{},"selector":{}}` | Service monitor name |
170
+
| serviceMonitor.main.annotations | object | `{}` | Add additional annotations for the service monitor |
| serviceMonitor.main.endpoints | list | `[{"interval":"1m","path":"/metrics","port":"http","scheme":"http","scrapeTimeout":"10s"}]` | Set endpoints for service monitor |
173
+
| serviceMonitor.main.fullNameOverride | string | `""` | Override service monitor full name |
174
+
| serviceMonitor.main.labels | object | `{}` | Add additional labels for the service monitor |
175
+
| serviceMonitor.main.nameOverride | string | `""` | Override service monitor name suffix |
176
+
| serviceMonitor.main.namespaceSelector | object | `{}` | Set namespace selector. If nil, release namespace is used. |
177
+
| serviceMonitor.main.selector | object | `{}` | Override the default selector for the serviceMonitor. Takes precedence over default labels. Helm template can be used. |
168
178
| terminationGracePeriodSeconds | string | `nil` | Duration in seconds the pod needs to terminate gracefully |
169
179
| tolerations | list | `[]` | Set tolerations constrains |
170
180
| topologySpreadConstraints | list | `[]` | Set topologySpreadConstraints rules. Helm template supported. Passed through `tpl`, should be configured as string |
0 commit comments