Skip to content
Snippets Groups Projects
Verified Commit 497c69ba authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: improve metrics handling

parent d1e98bc2
Branches
No related tags found
No related merge requests found
Pipeline #2831 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: imghost name: imghost
description: Helm Chart for imghost description: Helm Chart for imghost
type: application type: application
version: 1.0.5 version: 1.0.6
appVersion: "9d0438f9" appVersion: "9d0438f9"
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
{{ if .Values.metrics.enabled }} {{ if .Values.metrics.enabled }}
annotations: annotations:
prometheus.io/path: "/metrics" prometheus.io/path: "/metrics"
prometheus.io/port: "80" prometheus.io/port: "8080"
prometheus.io/scrape: "true" prometheus.io/scrape: "true"
{{ end }} {{ end }}
labels: labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment