Skip to content

Commit

Permalink
Fix internalFrontend service selector labels (#618)
Browse files Browse the repository at this point in the history
Signed-off-by: Kurtser Alex <[email protected]>
  • Loading branch information
alexku7 authored Dec 30, 2024
1 parent 2ad7009 commit 683ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/temporal/templates/server-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 683ea3a

Please sign in to comment.