We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144d1d0 commit c7751ccCopy full SHA for c7751cc
charts/kube-reqsizer/Chart.yaml
@@ -13,4 +13,4 @@ type: application
13
# This is the chart version. This version number should be incremented each time you make changes
14
# to the chart and its templates, including the app version.
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
-version: 0.8.3
+version: 0.8.4
charts/kube-reqsizer/templates/monitor.yaml
@@ -5,7 +5,9 @@ kind: ServiceMonitor
5
metadata:
6
labels:
7
control-plane: controller-manager
8
+ release: prometheusoperator
9
name: controller-manager-metrics-monitor
10
+ namespace: system
11
spec:
12
endpoints:
- path: /metrics
0 commit comments