kustomization.yaml 469 B

1234567891011
  1. resources:
  2. - monitor.yaml
  3. # [PROMETHEUS-WITH-CERTS] The following patch configures the ServiceMonitor in ../prometheus
  4. # to securely reference certificates created and managed by cert-manager.
  5. # Additionally, ensure that you uncomment the [METRICS WITH CERTMANAGER] patch under config/default/kustomization.yaml
  6. # to mount the "metrics-server-cert" secret in the Manager Deployment.
  7. #patches:
  8. # - path: monitor_tls_patch.yaml
  9. # target:
  10. # kind: ServiceMonitor