Skip to content

Commit

Permalink
feat: metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 10, 2024
1 parent a797df0 commit 5efe9b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/bot-telegram/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "bot-telegram.fullname" . }}
labels:
{{- include "bot-telegram.labels" . | nindent 4 }}
annotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
prometheus.io/port: "{{ .Values.service.metrics.port }}"
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit 5efe9b6

Please sign in to comment.