File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- # This patch configures the controller manager to serve metrics securely
15- # using controller-runtime's built-in authentication and authorization .
14+ # This patch configures the controller manager to expose metrics on port 8443.
15+ # Access is controlled via Kubernetes RBAC on the metrics service .
1616apiVersion : apps/v1
1717kind : Deployment
1818metadata :
2626 args :
2727 - " --health-probe-bind-address=:8081"
2828 - " --metrics-bind-address=:8443"
29- - " --metrics-secure=true"
3029 - " --leader-elect"
3130 ports :
3231 - containerPort : 8443
You can’t perform that action at this time.
0 commit comments