Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cadee7

Browse files
committedJun 13, 2024·
Cleanup serviceMonitor.path
1 parent 45c7fe5 commit 0cadee7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎charts/trino/templates/servicemonitor.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ spec:
1616
{{- include "trino.selectorLabels" . | nindent 6 }}
1717
endpoints:
1818
- port: jmx-exporter
19-
path: {{ .Values.serviceMonitor.path }}
2019
interval: {{ .Values.serviceMonitor.interval }}
2120
{{- end }}

‎test-values.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ serviceMonitor:
160160
enabled: true
161161
selector:
162162
prometheus: default
163-
path: /admin/metrics
164163
interval: "30s"
165164

166165
ingress:

0 commit comments

Comments
 (0)
Please sign in to comment.