This repository was archived by the owner on Jan 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ patchesStrategicMerge:
2828 # Protect the /metrics endpoint by putting it behind auth.
2929 # Only one of manager_auth_proxy_patch.yaml and
3030 # manager_prometheus_metrics_patch.yaml should be enabled.
31- - manager_auth_proxy_patch.yaml
31+ # - manager_auth_proxy_patch.yaml
3232 # If you want your controller-manager to expose the /metrics
3333 # endpoint w/o any authn/z, uncomment the following line and
3434 # comment manager_auth_proxy_patch.yaml.
3535 # Only one of manager_auth_proxy_patch.yaml and
3636 # manager_prometheus_metrics_patch.yaml should be enabled.
37- # - manager_prometheus_metrics_patch.yaml
37+ - manager_prometheus_metrics_patch.yaml
3838
3939# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in crd/kustomization.yaml
4040# - manager_webhook_patch.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : monitoring.coreos.com/v1
2+ kind : ServiceMonitor
3+ metadata :
4+ name : prom-azure-databricks-operator-controller-manager-metrics-service
5+ labels :
6+ release : prom-azure-databricks-operator
7+ spec :
8+ selector :
9+ matchLabels :
10+ control-plane : controller-manager
11+ namespaceSelector :
12+ matchNames :
13+ - azure-databricks-operator-system
14+ endpoints :
15+ - path : /metrics
16+ port : http
17+ interval : 10s
Original file line number Diff line number Diff line change 1010 - name : https
1111 port : 8443
1212 targetPort : https
13+ - name : http
14+ port : 8080
15+ targetPort : 8080
1316 selector :
1417 control-plane : controller-manager
You can’t perform that action at this time.
0 commit comments