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 ded05b6 commit 83a37faCopy full SHA for 83a37fa
chart/k8sdb-controller/Chart.yaml
@@ -12,4 +12,4 @@ keywords:
12
name: k8sdb-controller
13
sources:
14
- https://github.com/DoodleScheduling/k8sdb-controller
15
-version: 0.1.1
+version: 0.1.2
chart/k8sdb-controller/templates/podmonitor.yaml
@@ -17,7 +17,7 @@ metadata:
17
annotations:
18
{{- toYaml .Values.annotations | nindent 4 }}
19
spec:
20
- endpoints:
+ podMetricsEndpoints:
21
- port: metrics
22
path: {{ .Values.metricsPath }}
23
interval: {{ .Values.podMonitor.interval }}
0 commit comments