From ddac75ec7fa461458895bef32da043b8254376ac Mon Sep 17 00:00:00 2001 From: Maarten De Wispelaere <50638541+BitProcessor@users.noreply.github.com> Date: Thu, 30 Dec 2021 11:55:13 +0100 Subject: [PATCH 1/3] Fix the prom annotations sample (are not labels) --- charts/kminion/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/kminion/values.yaml b/charts/kminion/values.yaml index 62f85ad..279cc3b 100644 --- a/charts/kminion/values.yaml +++ b/charts/kminion/values.yaml @@ -24,7 +24,9 @@ serviceAccount: name: "" podAnnotations: {} - +# prometheus.io/scrape: "true" +# prometheus.io/port: "8080" +# prometheus.io/path: "/metrics" podSecurityContext: runAsUser: 99 fsGroup: 99 @@ -87,9 +89,6 @@ tolerations: [] affinity: {} customLabels: {} -# prometheus.io/scrape: "true" -# prometheus.io/port: "8080" -# prometheus.io/path: "/metrics" serviceMonitor: create: false From bb3014edd19cc5117652f77f9229b2f215687998 Mon Sep 17 00:00:00 2001 From: Maarten De Wispelaere <50638541+BitProcessor@users.noreply.github.com> Date: Thu, 30 Dec 2021 11:56:16 +0100 Subject: [PATCH 2/3] Fix the prom annotations sample (are not labels) --- charts/kminion/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kminion/Chart.yaml b/charts/kminion/Chart.yaml index 3e942ec..685a884 100644 --- a/charts/kminion/Chart.yaml +++ b/charts/kminion/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.3 +version: 0.8.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 8ff3a2d7f2726dc9f676b8db864f59cff0f9ab41 Mon Sep 17 00:00:00 2001 From: Maarten De Wispelaere Date: Thu, 30 Dec 2021 12:03:57 +0100 Subject: [PATCH 3/3] Revert "Fix the prom annotations sample (are not labels)" This reverts commit bb3014edd19cc5117652f77f9229b2f215687998. --- charts/kminion/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kminion/Chart.yaml b/charts/kminion/Chart.yaml index 685a884..3e942ec 100644 --- a/charts/kminion/Chart.yaml +++ b/charts/kminion/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.4 +version: 0.8.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to