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
| opencost.metrics.serviceMonitor.additionalLabels | object |`{}`| Additional labels to add to the ServiceMonitor |
40
+
| opencost.metrics.serviceMonitor.enabled | bool |`false`| Create ServiceMonitor resource for scraping metrics using PrometheusOperator |
41
+
| opencost.metrics.serviceMonitor.honorLabels | bool |`false`| HonorLabels chooses the metric's labels on collisions with target labels |
42
+
| opencost.metrics.serviceMonitor.metricRelabelings | list |`[]`| MetricRelabelConfigs to apply to samples before ingestion |
43
+
| opencost.metrics.serviceMonitor.namespace | string |`""`| Specify if the ServiceMonitor will be deployed into a different namespace (blank deploys into same namespace as chart) |
44
+
| opencost.metrics.serviceMonitor.relabelings | list |`[]`| RelabelConfigs to apply to samples before scraping. Prometheus Operator automatically adds relabelings for a few standard Kubernetes fields |
45
+
| opencost.metrics.serviceMonitor.scrapeInterval | string |`"30s"`| Interval at which metrics should be scraped |
46
+
| opencost.nodeSelector | object |`{}`| Node labels for pod assignment |
| podAnnotations | object |`{}`| Annotations to add to the OpenCost Pod |
65
+
| service.annotations | object |`{}`| Annotations to add to the service |
66
+
| service.labels | object |`{}`| Labels to add to the service account |
67
+
| service.type | string |`"ClusterIP"`| Kubernetes Service type |
68
+
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
69
+
| serviceAccount.automountServiceAccountToken | bool |`true`| Whether pods running as this service account should have an API token automatically mounted |
70
+
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
64
71
65
72
----------------------------------------------
66
73
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
0 commit comments