File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ metadata:
190190 capabilities : Deep Insights
191191 console.openshift.io/plugins : ' ["gitops-plugin"]'
192192 containerImage : quay.io/redhat-developer/gitops-operator
193- createdAt : " 2026-04-15T08:36:40Z "
193+ createdAt : " 2026-04-15T08:51:59Z "
194194 description : Enables teams to adopt GitOps principles for managing cluster configurations
195195 and application delivery across hybrid multi-cluster Kubernetes environments.
196196 features.operators.openshift.io/disconnected : " true"
@@ -885,6 +885,12 @@ spec:
885885 - containerPort : 9443
886886 name : webhook-server
887887 protocol : TCP
888+ - containerPort : 8443
889+ name : metrics
890+ protocol : TCP
891+ - containerPort : 8081
892+ name : health
893+ protocol : TCP
888894 readinessProbe :
889895 httpGet :
890896 path : /readyz
Original file line number Diff line number Diff line change 1- # This patch configures the manager to serve metrics securely using
2- # controller-runtime's built-in authn/authz (replacing the deprecated
3- # kube-rbac-proxy sidecar).
41apiVersion : apps/v1
52kind : Deployment
63metadata :
1815 - " --health-probe-bind-address=:8081"
1916 - " --metrics-bind-address=:8443"
2017 - " --leader-elect"
18+ ports :
19+ - name : metrics
20+ containerPort : 8443
21+ protocol : TCP
22+ - name : health
23+ containerPort : 8081
24+ protocol : TCP
2125 volumes :
2226 # Secret created by the service CA operator.
2327 # We assume that the Kubernetes service exposing the application's pods has the
You can’t perform that action at this time.
0 commit comments