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
2
2
name : trigger
3
3
description : The official Trigger.dev Helm chart
4
4
type : application
5
- version : 4.0.1
5
+ version : 4.0.2
6
6
appVersion : v4.0.4
7
7
home : https://trigger.dev
8
8
sources :
Original file line number Diff line number Diff line change @@ -419,6 +419,10 @@ spec:
419
419
tolerations :
420
420
{{- toYaml . | nindent 8 }}
421
421
{{- end }}
422
+ {{- with .Values.webapp.topologySpreadConstraints }}
423
+ topologySpreadConstraints :
424
+ {{- tpl (toYaml .) $ | nindent 8 }}
425
+ {{- end }}
422
426
---
423
427
apiVersion : v1
424
428
kind : Service
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ webapp:
69
69
nodeSelector : {}
70
70
tolerations : []
71
71
affinity : {}
72
+ # Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
73
+ topologySpreadConstraints : []
72
74
73
75
logLevel : " info"
74
76
gracefulShutdownTimeout : 1000
You can’t perform that action at this time.
0 commit comments