Skip to content

feat(opentelemetry-collector): add KEDA support - #2077

Closed
boqu wants to merge 2 commits into
open-telemetry:mainfrom
boqu:add-keda-support
Closed

feat(opentelemetry-collector): add KEDA support#2077
boqu wants to merge 2 commits into
open-telemetry:mainfrom
boqu:add-keda-support

Conversation

@boqu

@boqu boqu commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a keda.enabled values option that omits the replicas field from Deployment and StatefulSet specs, allowing KEDA ScaledObject resources to manage replica counts externally
  • Add mutual exclusivity validation between autoscaling.enabled and keda.enabled in _helpers.tpl
  • Add CI test values for both deployment and statefulset modes with KEDA enabled
  • Bump chart version to 0.146.0

Test plan

  • Verify helm template with keda.enabled: true omits replicas from Deployment
  • Verify helm template with keda.enabled: true omits replicas from StatefulSet
  • Verify helm template fails when both autoscaling.enabled and keda.enabled are true
  • Verify CI tests pass with the new keda-deployment-values.yaml and keda-statefulset-values.yaml

@boqu
boqu requested a review from jaronoff97 as a code owner February 24, 2026 19:44
@boqu

boqu commented Feb 25, 2026

Copy link
Copy Markdown
Contributor Author

This PR is superseded by #2097

@boqu boqu closed this Feb 25, 2026
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.

1 participant