opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

[Fix] Missing TCP Protocol For Metrics in OpenSearch and OpenSearch Dashboards #589

Closed VILJkid closed 3 weeks ago

VILJkid commented 4 weeks ago

Description

This pull request addresses a bug related to the Prometheus monitoring configuration in both the OpenSearch and OpenSearch Dashboards Helm charts. The issue was identified where the Service definitions for Prometheus were missing the protocol: TCP setting. This fix adds that setting to both the charts.

Issues Resolved

https://github.com/opensearch-project/helm-charts/issues/588

Check List

For any changes to files within Helm chart directories:

PR sponsored by Obmondo

peterzhuamazon commented 3 weeks ago

Thanks @VILJkid for the fix here. Please go ahead and also backport the changes to #578.

Thanks.