-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opensearch] serviceMonitor: add scheme and optional tlsConfig #639
[opensearch] serviceMonitor: add scheme and optional tlsConfig #639
Conversation
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eyenx We'll want a backport PR as well for 1.X: https://github.com/opensearch-project/helm-charts/blob/main/README.md#version-and-branching
My only Q is this sounds like a patch bump to me on the chart rather than a minor.
As it was not fixing anything I thought it was a feature. Will adjust to patchfix if u want. The backport will be done by me as soon as this is merged. |
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
I adjusted the bump @DandyDeveloper |
@peterzhuamazon LGTM / Ready for merge. |
@peterzhuamazon can this be merged? |
Thanks @eyenx let me approve and merge this. |
Will backport to v1 in a few hours |
Thanks |
Description
adds a default scheme and an optional tlsConfig to the serviceMonitor.
Most of the time we are using HTTPS on the OpenSearch Instance.
Check List
For any changes to files within Helm chart directories:
CHANGELOG.md
updated to reflect changeBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.