From d77ad3d87eb13015b75d977d6853094dc6c0900c Mon Sep 17 00:00:00 2001 From: Rokibul Hasan Date: Wed, 15 Jul 2026 13:47:26 +0600 Subject: [PATCH] Add prom-label-proxy DNS names to service-gateway TLS certificate for monitoring namespace Signed-off-by: Rokibul Hasan --- .../service-gateway/templates/gateway-tls/certificate.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/service-gateway/templates/gateway-tls/certificate.yaml b/charts/service-gateway/templates/gateway-tls/certificate.yaml index b07fabc03..e587cd3ac 100644 --- a/charts/service-gateway/templates/gateway-tls/certificate.yaml +++ b/charts/service-gateway/templates/gateway-tls/certificate.yaml @@ -26,6 +26,11 @@ spec: - {{ include "tenant.name" . }}-s3proxy - {{ include "tenant.name" . }}-s3proxy.{{ .Release.Namespace }}.svc - {{ include "tenant.name" . }}-s3proxy.{{ .Release.Namespace }}.svc.cluster.local + {{- if eq .Release.Namespace "monitoring" }} + - prom-label-proxy + - prom-label-proxy.{{ .Release.Namespace }}.svc + - prom-label-proxy.{{ .Release.Namespace }}.svc.cluster.local + {{- end }} {{- end }} {{- if eq .Values.infra.hostType "domain" }}