Skip to content

Commit

Permalink
fix: wrong port names for kube-state-metrics monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Oct 9, 2024
1 parent 97a6f48 commit f97f7ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: monitoring
version: 2.2.3
version: 2.2.4
kubeVersion: ">= 1.20.0-0"
appVersion: v0.74.0
description: "A Kubernetes monitoring stack based on Prometheus Operator"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
jobLabel: "app.kubernetes.io/name"
podMetricsEndpoints:
- path: /metrics
port: self-metrics
port: metrics
honorLabels: true
interval: 30s
metricRelabelings:
Expand All @@ -23,7 +23,7 @@ spec:
sourceLabels:
- __name__
- path: /metrics
port: k8s-metrics
port: web
interval: 30s
relabelings:
- action: labeldrop
Expand Down

0 comments on commit f97f7ce

Please sign in to comment.