Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fixing the labels for better identify metrics #292

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/base/manager/catalogserver_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
namespace: system
spec:
selector:
control-plane: controller-manager
control-plane: catalogd-controller-manager
ports:
- name: http
protocol: TCP
Expand Down
4 changes: 2 additions & 2 deletions config/base/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ metadata:
spec:
selector:
matchLabels:
control-plane: controller-manager
control-plane: catalogd-controller-manager
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
control-plane: catalogd-controller-manager
spec:
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion config/base/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
protocol: TCP
targetPort: https
selector:
control-plane: controller-manager
control-plane: catalogd-controller-manager