Skip to content

Commit

Permalink
Merge pull request #3226 from Matheusafonsouza/add-metrics-bind-addr
Browse files Browse the repository at this point in the history
add metric bind addr and auth proxy service
  • Loading branch information
k8s-ci-robot committed Feb 17, 2022
2 parents 8e41729 + de0ff26 commit 45731ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- "--leader-elect"
- "--feature-gates=EKS=${CAPA_EKS:=true},EKSEnableIAM=${CAPA_EKS_IAM:=false},EKSAllowAddRoles=${CAPA_EKS_ADD_ROLES:=false},EKSFargate=${EXP_EKS_FARGATE:=false},MachinePool=${EXP_MACHINE_POOL:=false},EventBridgeInstanceState=${EVENT_BRIDGE_INSTANCE_STATE:=false},AutoControllerIdentityCreator=${AUTO_CONTROLLER_IDENTITY_CREATOR:=true}"
- "--v=${CAPA_LOGLEVEL:=0}"
- "--metrics-bind-addr=127.0.0.1:8080"
image: controller:latest
imagePullPolicy: Always
name: manager
Expand Down

0 comments on commit 45731ba

Please sign in to comment.