From 683ea3aab5ec11507c969aa9d5169a59a0b8d004 Mon Sep 17 00:00:00 2001 From: alexk <42849762+alexku7@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:27:43 +0200 Subject: [PATCH] Fix internalFrontend service selector labels (#618) Signed-off-by: Kurtser Alex --- charts/temporal/templates/server-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/temporal/templates/server-service.yaml b/charts/temporal/templates/server-service.yaml index dd677bae..52b82a11 100644 --- a/charts/temporal/templates/server-service.yaml +++ b/charts/temporal/templates/server-service.yaml @@ -29,7 +29,7 @@ spec: selector: app.kubernetes.io/name: {{ include "temporal.name" $ }} app.kubernetes.io/instance: {{ $.Release.Name }} - app.kubernetes.io/component: frontend + app.kubernetes.io/component: {{ $service }} --- {{- end }}