Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix pod monitor (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrion85 authored Mar 31, 2022
1 parent 282c792 commit 6905ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/k8skafka-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ keywords:
name: k8skafka-controller
sources:
- https://github.com/DoodleScheduling/k8skafka-controller
version: 0.2.0
version: 0.2.1
2 changes: 1 addition & 1 deletion chart/k8skafka-controller/templates/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
annotations:
{{- toYaml .Values.annotations | nindent 4 }}
spec:
endpoints:
podMetricsEndpoints:
- port: metrics
path: {{ .Values.metricsPath }}
interval: {{ .Values.podMonitor.interval }}
Expand Down

0 comments on commit 6905ba4

Please sign in to comment.