Allow to configure topologySpreadConstraints for tornjak-frontend

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-05-16 20:29:41 +02:00
parent 5cc26d3142
commit 391f093ae9
4 changed files with 8 additions and 0 deletions
@@ -63,6 +63,10 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: cache
emptyDir: {}