File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : trigger
33description : The official Trigger.dev Helm chart
44type : application
5- version : 4.0.1
5+ version : 4.0.2
66appVersion : v4.0.4
77home : https://trigger.dev
88sources :
Original file line number Diff line number Diff line change @@ -419,6 +419,10 @@ spec:
419419 tolerations :
420420 {{- toYaml . | nindent 8 }}
421421 {{- end }}
422+ {{- with .Values.webapp.topologySpreadConstraints }}
423+ topologySpreadConstraints :
424+ {{- tpl (toYaml .) $ | nindent 8 }}
425+ {{- end }}
422426---
423427apiVersion : v1
424428kind : Service
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ webapp:
6969 nodeSelector : {}
7070 tolerations : []
7171 affinity : {}
72+ # Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
73+ topologySpreadConstraints : []
7274
7375 logLevel : " info"
7476 gracefulShutdownTimeout : 1000
You can’t perform that action at this time.
0 commit comments