Skip to content

Commit

Permalink
fix: Set prometheus scrape port for flowforge-file to 3001 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Aug 6, 2024
2 parents d68a6a3 + f423030 commit 8e19ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/templates/file-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
checksum/config: {{ include (print $.Template.BasePath "/file-storage-configmap.yaml") . | sha256sum }}
{{- if default false (((.Values.forge.fileStore.telemetry).backend).prometheus).enabled }}
prometheus.io/scrape: "true"
prometheus.io/port: "3000"
prometheus.io/port: "3001"
prometheus.io/path: "/metrics"
{{- end }}
spec:
Expand Down

0 comments on commit 8e19ffe

Please sign in to comment.