Skip to content

Commit 9eb23ff

Browse files
committed
chore: enable prometheus ServiceMonitor in default kustomization
Uncomment the ../prometheus resource in config/default/ to include the ServiceMonitor in the kustomize bundle. This allows the infra repo's Flux Kustomization to deploy metrics scraping for datum-controller-manager.
1 parent 2e85daa commit 9eb23ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resources:
2424
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
2525
#- ../certmanager
2626
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
27-
#- ../prometheus
27+
- ../prometheus
2828
# [METRICS] Expose the controller manager metrics service.
2929
- metrics_service.yaml
3030
# [NETWORK POLICY] Protect the /metrics endpoint and Webhook Server with NetworkPolicy.

0 commit comments

Comments
 (0)