-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mimir-mixin - Support for specific additional labels on resoruces (#916)
* Adds Support for specifying additional labels to be added only to recording rules / alerting rules Signed-off-by: Ofer Ziss <[email protected]>
- Loading branch information
1 parent
b63abef
commit b307971
Showing
5 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
# mimir-mixin | ||
|
||
![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) | ||
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square) | ||
|
||
A Helm chart for Grafana Mimir mixin | ||
|
||
**Homepage:** <https://charts.portefaix.xyz> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---------- | ----------------------------- | --- | | ||
| nlamirault | <[email protected]> | | | ||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| nlamirault | <[email protected]> | | | ||
|
||
## Source Code | ||
|
||
- <https://github.com/nlamirault/portefaix-hub/tree/master/charts/kubernetes-mixin> | ||
* <https://github.com/nlamirault/portefaix-hub/tree/master/charts/kubernetes-mixin> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
| ------------------------ | ------ | -------------- | ------------------------------------------------------------------------ | | ||
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources | | ||
| additionalLabels | object | `{}` | Additional labels to add to all resources | | ||
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources | | ||
| grafana.folder | string | `"monitoring"` | | | ||
| monitor.additionalLabels | object | `{}` | Additional labels to add to resources managed by the Prometheus Operator | | ||
|
||
--- | ||
|
||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) | ||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources | | ||
| additionalLabels | object | `{}` | Additional labels to add to all resources | | ||
| alerts.additionalLabels | object | `{}` | Additional labels to add to alert resources managed by the Prometheus Operator | | ||
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources | | ||
| grafana.folder | string | `"monitoring"` | | | ||
| monitor.additionalLabels | object | `{}` | Additional labels to add to resources managed by the Prometheus Operator | | ||
| recordings.additionalLabels | object | `{}` | Additional labels to add to recording rule resources managed by the Prometheus Operator | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters