Skip to content

Commit 5a3bfe2

Browse files
authored
fix podmonitor podMetricsEndpoints (#3)
* fix podmonitor * bump chart
1 parent 3fe0988 commit 5a3bfe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/k8skeycloak-controller/Chart.yaml

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

chart/k8skeycloak-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)