Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 15, 2024
2 parents 20f464a + 5efe9b6 commit 3adb087
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 3adb087

Please sign in to comment.