From 5054425c114d2d701dea89223b88269b9726192d Mon Sep 17 00:00:00 2001 From: Ronen Hilewicz Date: Mon, 25 Nov 2024 19:00:55 -0500 Subject: [PATCH] Add serviceName to topaz stateful set --- charts/topaz/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/topaz/templates/deployment.yaml b/charts/topaz/templates/deployment.yaml index 68dce6b..a0e3b84 100644 --- a/charts/topaz/templates/deployment.yaml +++ b/charts/topaz/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: {{- include "topaz.labels" . | nindent 4 }} spec: + serviceName: {{ include "topaz.fullname" . }} {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }}