mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 08:01:48 +00:00
Update podmonitor.yaml
`targetPort` is deprecated since prometheus-operator 0.38.0 as per https://github.com/prometheus-operator/prometheus-operator/blob/master/CHANGELOG.md#0380--2020-03-20 Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
parent
5c4b3d1080
commit
fcb73554c9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ spec:
|
||||||
- image-automation-controller
|
- image-automation-controller
|
||||||
- image-reflector-controller
|
- image-reflector-controller
|
||||||
podMetricsEndpoints:
|
podMetricsEndpoints:
|
||||||
- targetPort: http-prom
|
- port: http-prom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue