From f1b95070c5ff3c43c400781c64a5dcc5f5f99d15 Mon Sep 17 00:00:00 2001 From: Paulo Ferreira Date: Mon, 18 Mar 2024 12:36:28 -0300 Subject: [PATCH] [prometheus-adapter] Add a name to the Service object (KIA0601) (#3808) Signed-off-by: pauloferreira25 --- charts/prometheus-adapter/Chart.yaml | 2 +- charts/prometheus-adapter/templates/service.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/prometheus-adapter/Chart.yaml b/charts/prometheus-adapter/Chart.yaml index 5a3ca7bcf6f5..c3e2f355103a 100644 --- a/charts/prometheus-adapter/Chart.yaml +++ b/charts/prometheus-adapter/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prometheus-adapter -version: 4.9.0 +version: 4.9.1 appVersion: v0.11.2 description: A Helm chart for k8s prometheus adapter home: https://github.com/kubernetes-sigs/prometheus-adapter diff --git a/charts/prometheus-adapter/templates/service.yaml b/charts/prometheus-adapter/templates/service.yaml index bd6732455b9d..4879385ebcb1 100644 --- a/charts/prometheus-adapter/templates/service.yaml +++ b/charts/prometheus-adapter/templates/service.yaml @@ -21,6 +21,7 @@ spec: {{- end }} ports: - port: {{ .Values.service.port }} + name: https protocol: TCP targetPort: https selector: