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:
commit
facdc76ccf
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue