[
https://issues.apache.org/jira/browse/HDDS-11841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Krivenko updated HDDS-11841:
----------------------------------
Description:
Add support for additional labels and annotations which can be added to the
Helm chart release via values.
The change might be needed in some scenarios, for example:
1. Add prometheus related annotations to scrape metrics
{code:java}
apiVersion: v1
kind: Service
metadata:
annotations:
prometheus.io/port: "9500"
prometheus.io/scrape: "true"{code}
2. Add additional labels to differentiate environments
was:
Add support for additional labels and annotations that can be added to the Helm
chart release via values.
The change might be needed in some scenarios, for example:
1. Add prometheus related annotations to scrape metrics
{code:java}
apiVersion: v1
kind: Service
metadata:
annotations:
prometheus.io/port: "9500"
prometheus.io/scrape: "true"{code}
2. Add additional labels to differentiate environments
> Support additional labels and annotations for services
> ------------------------------------------------------
>
> Key: HDDS-11841
> URL: https://issues.apache.org/jira/browse/HDDS-11841
> Project: Apache Ozone
> Issue Type: Improvement
> Components: Helm
> Reporter: Denis Krivenko
> Assignee: Denis Krivenko
> Priority: Trivial
>
> Add support for additional labels and annotations which can be added to the
> Helm chart release via values.
> The change might be needed in some scenarios, for example:
> 1. Add prometheus related annotations to scrape metrics
> {code:java}
> apiVersion: v1
> kind: Service
> metadata:
> annotations:
> prometheus.io/port: "9500"
> prometheus.io/scrape: "true"{code}
> 2. Add additional labels to differentiate environments
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]