Allow to configure tolerations 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 3537161cdf
commit 5cc26d3142
4 changed files with 8 additions and 0 deletions
@@ -59,6 +59,10 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: cache
emptyDir: {}