Skip to content

Commit

Permalink
fix(values): Change servicemonitor port name and path (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiraeffleAeffle authored Oct 9, 2023
1 parent 79ed927 commit bb9ea1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/v3-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-operator
version: 3.2.2
version: 3.2.3
appVersion: master
kubeVersion: "^1.20.0-0"
description: Operator hosted service for Stakewise V3 protocol.
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-operator/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ metadata:
{{- end }}
spec:
endpoints:
- port: http
path: /metrics
- port: metrics
path: /
{{- if .Values.serviceMonitor.interval }}
interval: {{ .Values.serviceMonitor.interval }}
{{- end }}
Expand Down

0 comments on commit bb9ea1d

Please sign in to comment.