Skip to content
代码片段 群组 项目
未验证 提交 fa3a3386 编辑于 作者: Scott Hendricks's avatar Scott Hendricks 提交者: GitHub
浏览文件

MINOR: Add 'topologySpreadConstraints' to Trogdor Helm Chart (#7089)

上级 5ad51a09
No related branches found
No related tags found
无相关合并请求
......@@ -97,4 +97,8 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
\ No newline at end of file
{{- end }}
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | indent 8 }}
{{- end }}
......@@ -35,6 +35,8 @@ tolerations: []
agentAffinity: []
topologySpreadConstraints: []
jvm:
Xmx: 4096M
Xms: 4096M
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册