1
0
Fork 0
mirror of https://github.com/fluxcd/flux2-monitoring-example.git synced 2024-12-14 10:47:31 +00:00

Merge pull request #27 from squat/remove_unneeded_relable_config

PodMonitor: remove now unneeded relabel config
This commit is contained in:
Stefan Prodan 2024-05-10 15:49:22 +03:00 committed by GitHub
commit facdc76ccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,3 @@ spec:
- image-reflector-controller
podMetricsEndpoints:
- port: http-prom
relabelings:
# https://github.com/prometheus-operator/prometheus-operator/issues/4816
- sourceLabels: [__meta_kubernetes_pod_phase]
action: keep
regex: Running