Change metrics-bind-address default to 0 (disabled) Fixes #214#279
Change metrics-bind-address default to 0 (disabled) Fixes #214#279yashpy wants to merge 1 commit into
Conversation
|
If you're new to commit signing, there are different ways to set it up: Sign commits with
|
There was a problem hiding this comment.
Pull request overview
This PR changes the default value for the controller-runtime --metrics-bind-address flag to disable metrics by default (setting it to "0"), aligning the binary’s default behavior with the documented “0 disables metrics” option and reducing the chance of unintentionally exposing a metrics endpoint when the flag isn’t explicitly set.
Changes:
- Set
--metrics-bind-addressdefault from:8080to0(disabled by default).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9b4e323 to
7621d7d
Compare
7621d7d to
7820076
Compare
No description provided.