Skip to content

Commit 4abd4ab

Browse files
authored
fix: correct incorrect PodMonitor selector on the proxy PM resource (kroxylicious#2386)
Signed-off-by: Keith Wall <[email protected]>
1 parent 3ae77e7 commit 4abd4ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/monitoring/proc-operator-ingesting-metrics-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This procedure describes how to ingest metrics from the Kroxylicious Operator in
2222
apiVersion: monitoring.coreos.com/v1
2323
kind: PodMonitor
2424
metadata:
25-
name: proxy
25+
name: operator
2626
spec:
2727
selector:
2828
matchLabels:

docs/modules/monitoring/proc-operator-ingesting-metrics-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
spec:
2929
selector:
3030
matchLabels:
31-
app.kubernetes.io/application: kroxylicious
31+
app.kubernetes.io/name: kroxylicious
3232
app.kubernetes.io/component: proxy
3333
podMetricsEndpoints:
3434
- path: /metrics

0 commit comments

Comments
 (0)