Skip to content

Commit

Permalink
Add serviceName to topaz stateful set
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Nov 26, 2024
1 parent ce77d90 commit 5054425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/topaz/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5054425

Please sign in to comment.