mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/traefik]: fix service monitor scrape port (#16595)
Signed-off-by: Felipe Valtl de Mello <valtlfelipe@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4dade3d4b7
commit
1acc4850cb
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.77.0
|
||||
version: 1.77.1
|
||||
appVersion: 1.7.14
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
|
||||
@@ -17,7 +17,7 @@ metadata:
|
||||
{{- end }}
|
||||
spec:
|
||||
endpoints:
|
||||
- targetPort: metrics
|
||||
- port: metrics
|
||||
path: /metrics
|
||||
{{- if .Values.metrics.serviceMonitor.interval }}
|
||||
interval: {{ .Values.metrics.serviceMonitor.interval }}
|
||||
|
||||
Reference in New Issue
Block a user