Skip to content
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

Add tlsConfig for ServiceMonitor #539

Closed
wants to merge 24 commits into from

Conversation

guicholeo
Copy link
Contributor

@guicholeo guicholeo commented Sep 28, 2023

Add configuration for tlsConfig

Checklist

  • I have verified that my change is according to the deprecations & breaking changes policy
  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • README is updated with new configuration values (if applicable) learn more
  • A PR is opened to update KEDA core (repo) (if applicable, ie. when deployment manifests are modified)

Fixes #

@guicholeo guicholeo requested a review from a team as a code owner September 28, 2023 21:16
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you rebase your PR and execute helm-docs?

keda/Chart.yaml Outdated
version: 2.12.0

version: 2.12.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this change, we bump the version during releases

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted

@guicholeo guicholeo force-pushed the add-tls-templating branch 2 times, most recently from 274185b to 2c14d2a Compare November 13, 2023 15:35
@guicholeo guicholeo changed the title Improve port naming and add tlsConfig for ServiceMonitor Add tlsConfig for ServiceMonitor Jan 12, 2024
@guicholeo guicholeo force-pushed the add-tls-templating branch 2 times, most recently from 666d6c0 to 41f28b3 Compare January 16, 2024 17:16
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contruibution!

guicholeo and others added 18 commits January 18, 2024 20:50
Signed-off-by: guicholeo <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: guicholeo <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
kedacore#572)

* Add CloudEventSources Crd and ClustetName Parameter

Signed-off-by: SpiritZhou <[email protected]>

* Update

Signed-off-by: SpiritZhou <[email protected]>

* Update

Signed-off-by: SpiritZhou <[email protected]>

* Update keda/values.yaml

Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: SpiritZhou <[email protected]>

* Fix

Signed-off-by: SpiritZhou <[email protected]>

* Update

Signed-off-by: SpiritZhou <[email protected]>

* Revert unnecessary update

Signed-off-by: SpiritZhou <[email protected]>

---------

Signed-off-by: SpiritZhou <[email protected]>
Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
* chore: Adjust RBAC with code

Signed-off-by: Jorge Turrado <[email protected]>

* fix typo

Signed-off-by: Jorge Turrado <[email protected]>

---------

Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: guicholeo <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Frank Kloeker <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
ferndem and others added 6 commits January 18, 2024 20:50
Align deployment for extraVolumes and extraVolumesMount for fix problem Error: YAML parse error on keda/templates/webhooks/deployment.yaml: error converting YAML to JSON: yaml: line 96: did not find expected key

Signed-off-by: ferndem <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
The current state of the Helm chart is slightly confusing, because:
- There's no easy way to really disable prometheus metrics --
  `--enable-prometheus-metrics` defaults to true anthe current code
  either emits `--enable-prometheus-metrics=true` or nothing at all
  (making it `true` once again).
- The `http` container port is actually a `metrics` port (by convention
  from .e.g. webhook), but is present regardless of whether Prometheus
  metrics are enabled or not. To make it less confusing, this PR
  proposes renaming it.

Signed-off-by: Milan Plzik <[email protected]>
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
Co-authored-by: Jorge Turrado Ferrero <[email protected]>
* support crd-specific annotations

Signed-off-by: Adam Walford <[email protected]>

* update readme

Signed-off-by: Adam Walford <[email protected]>

* update docs using helm-docs

Signed-off-by: Adam Walford <[email protected]>

---------

Signed-off-by: Adam Walford <[email protected]>
Co-authored-by: Adam Walford <[email protected]>
Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
@JorTurFer
Copy link
Member

I broke the PR trying to fix the conflict for merging it, as we want to cut a release tomorrow, I'm going to open a PR with your changes adding you as co-author @guicholeo , sorry :(

@JorTurFer JorTurFer mentioned this pull request Jan 18, 2024
3 tasks
@JorTurFer JorTurFer closed this Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.