Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Renamed metric services
Browse files Browse the repository at this point in the history
So they could be merged in quickstart-metrics script
  • Loading branch information
Ygnas committed Nov 10, 2023
1 parent 910af6e commit dfa20b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/prometheus/gateway-controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
labels:
control-plane: controller-manager
name: metrics
name: controller-manager-metrics
namespace: system
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion config/prometheus/policy-controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
labels:
control-plane: policy-controller
name: metrics
name: policy-controller-metrics
namespace: system
spec:
selector:
Expand Down

0 comments on commit dfa20b3

Please sign in to comment.