diff --git a/charts/lfx-v2-member-service/templates/deployment.yaml b/charts/lfx-v2-member-service/templates/deployment.yaml index 50a37dc..f28d36e 100644 --- a/charts/lfx-v2-member-service/templates/deployment.yaml +++ b/charts/lfx-v2-member-service/templates/deployment.yaml @@ -19,6 +19,10 @@ spec: app: {{ .Chart.Name }} app.kubernetes.io/name: {{ .Chart.Name }} spec: + {{- with .Values.topologySpreadConstraints }} + topologySpreadConstraints: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: app image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"