Skip to content

Commit 83a37fa

Browse files
authored
fix podmonitor (#20)
1 parent ded05b6 commit 83a37fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/k8sdb-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ keywords:
1212
name: k8sdb-controller
1313
sources:
1414
- https://github.com/DoodleScheduling/k8sdb-controller
15-
version: 0.1.1
15+
version: 0.1.2

chart/k8sdb-controller/templates/podmonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
annotations:
1818
{{- toYaml .Values.annotations | nindent 4 }}
1919
spec:
20-
endpoints:
20+
podMetricsEndpoints:
2121
- port: metrics
2222
path: {{ .Values.metricsPath }}
2323
interval: {{ .Values.podMonitor.interval }}

0 commit comments

Comments
 (0)