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
| persistence.data.storageClass | string | `nil` | Set Storage Class for PVC object If set to `-`, dynamic provisioning is disabled. If set to something else, the given storageClass is used. If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
145
145
| podAnnotations | object | `{}` | Set additional pod annotations |
146
146
| podLabels | object | `{}` | Set additional pod labels |
147
+
| podMonitor | object | See below | Configure PodMonitors for the chart. Additional podMonitors can be added by adding a dictionary key similar to the 'main' service monitor. |
148
+
| podMonitor.main | object | `{"annotations":{},"enabled":false,"fullNameOverride":"","labels":{},"nameOverride":"","namespaceSelector":{},"podMetricsEndpoints":[{"path":"/metrics","targetPort":9100}],"selector":{}}` | pod monitor name |
149
+
| podMonitor.main.annotations | object | `{}` | Add additional annotations for the pod monitor |
| podMonitor.main.fullNameOverride | string | `""` | Override pod monitor full name |
152
+
| podMonitor.main.labels | object | `{}` | Add additional labels for the pod monitor |
153
+
| podMonitor.main.nameOverride | string | `""` | Override pod monitor name suffix |
154
+
| podMonitor.main.namespaceSelector | object | `{}` | Set namespace selector. If nil, release namespace is used. |
155
+
| podMonitor.main.podMetricsEndpoints | list | `[{"path":"/metrics","targetPort":9100}]` | Set endpoints for pod monitor |
156
+
| podMonitor.main.selector | object | `{}` | Override the default selector for the podMonitor. Takes precedence over default labels. Helm template can be used. |
147
157
| podSecurityContext | object | `{}` | Set security context for the pod |
0 commit comments