Skip to content

Commit

Permalink
Merge pull request #1320 from Daimler/monitoring-annotations
Browse files Browse the repository at this point in the history
enable metrics scraping via prometheus
  • Loading branch information
k8s-ci-robot authored Apr 20, 2021
2 parents 6b59c6f + db61d51 commit e6edff7
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: capz-controller-manager
name: controller-manager-metrics-service
Expand Down

0 comments on commit e6edff7

Please sign in to comment.