From 497c69ba1d5fa4feb880ceb8b97817d0c042612f Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 14 May 2022 15:57:37 +0200 Subject: [PATCH] feat: improve metrics handling --- imghost/Chart.yaml | 2 +- imghost/templates/service-frontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imghost/Chart.yaml b/imghost/Chart.yaml index a6bf8b5..a0815da 100644 --- a/imghost/Chart.yaml +++ b/imghost/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: imghost description: Helm Chart for imghost type: application -version: 1.0.5 +version: 1.0.6 appVersion: "9d0438f9" diff --git a/imghost/templates/service-frontend.yaml b/imghost/templates/service-frontend.yaml index eeb5e28..a5c89b2 100644 --- a/imghost/templates/service-frontend.yaml +++ b/imghost/templates/service-frontend.yaml @@ -5,7 +5,7 @@ metadata: {{ if .Values.metrics.enabled }} annotations: prometheus.io/path: "/metrics" - prometheus.io/port: "80" + prometheus.io/port: "8080" prometheus.io/scrape: "true" {{ end }} labels: -- GitLab