Skip to content

Commit

Permalink
Merge pull request #231 from Daimler/enable-metrics-scraping
Browse files Browse the repository at this point in the history
πŸ› enable metrics scraping via prometheus
  • Loading branch information
k8s-ci-robot committed Mar 10, 2021
2 parents 6aadf7b + 20e786d commit 76d31d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
apiVersion: v1
kind: Service
metadata:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8443"
prometheus.io/scheme: "https"
labels:
control-plane: controller-manager
name: controller-manager-metrics-service
Expand Down

0 comments on commit 76d31d5

Please sign in to comment.