Skip to content

Commit

Permalink
metrics are coming through
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Aug 22, 2024
1 parent 927e442 commit 43d5d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/charts/bitcoincore/templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- with .Values.podLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
tank: {{ include "bitcoincore.fullname" . }}
app: {{ include "bitcoincore.fullname" . }}
{{- if .Values.collectLogs }}
collect_logs: "true"
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions resources/charts/bitcoincore/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "bitcoincore.fullname" . }}
labels:
{{- include "bitcoincore.labels" . | nindent 4 }}
app: {{ include "bitcoincore.fullname" . }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down
2 changes: 1 addition & 1 deletion resources/charts/bitcoincore/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
- port: prometheus-metrics
selector:
matchLabels:
tank: {{ include "bitcoincore.fullname" . }}
app: {{ include "bitcoincore.fullname" . }}
{{- end }}

0 comments on commit 43d5d7d

Please sign in to comment.