Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
fix: correct serivce monitor port name
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 18, 2021
1 parent fdd3d77 commit fd9df17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/sjr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: replicate messages from streaming channel to jetstream

type: application

version: 1.0.2
version: 1.1.0

appVersion: 1.0.2
appVersion: 1.1.0
2 changes: 1 addition & 1 deletion charts/sjr/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
{{- include "sjr.labels" . | nindent 4 }}
spec:
endpoints:
- port: monitoring
- port: monitor
{{- if .Values.serviceMonitor.interval }}
interval: {{ .Values.serviceMonitor.interval }}
{{- end }}
Expand Down

0 comments on commit fd9df17

Please sign in to comment.