Skip to content

Commit

Permalink
feat: update pgcat chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Dec 6, 2024
1 parent df9c9ab commit 77f4001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pgcat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- bitnami-common
version: 2.x.x
name: pgcat
version: 0.2.9
version: 0.2.10
2 changes: 1 addition & 1 deletion charts/pgcat/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
endpoints:
- port: metrics
path: {{ .Values.serviceMonitor.metricPath | default "/metrics" }}
interval: {{ .Values.serviceMonitor.interval | default 30 | quote }}
interval: {{ .Values.serviceMonitor.interval | default "30s" | quote }}
{{- if .Values.serviceMonitor.scrapeTimeout }}
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
{{- end }}
Expand Down

0 comments on commit 77f4001

Please sign in to comment.