Skip to content

Commit c297414

Browse files
committed
Migration of kube-rbac-proxy in gitops-operator
Signed-off-by: akhil nittala <[email protected]>
1 parent d21c451 commit c297414

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,7 @@ spec:
859859
containers:
860860
- args:
861861
- --health-probe-bind-address=:8081
862-
- --metrics-bind-address=:8443
863-
- --metrics-secure
862+
- --metrics-bind-address=127.0.0.1:8080
864863
- --leader-elect
865864
command:
866865
- /usr/local/bin/manager
@@ -886,9 +885,6 @@ spec:
886885
- containerPort: 9443
887886
name: webhook-server
888887
protocol: TCP
889-
- containerPort: 8443
890-
name: metrics
891-
protocol: TCP
892888
readinessProbe:
893889
httpGet:
894890
path: /readyz

0 commit comments

Comments
 (0)