Skip to content

Commit

Permalink
Add nodeSelector and affinity to ActiveMQ Artemis chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Jansen authored Apr 25, 2022
1 parent aae2eb5 commit c5eb3ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/activemq-artemis/templates/statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@ spec:
{{- if .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | indent 6 }}
{{- end }}
{{- if .Values.nodeSelector }}
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.affinity }}
{{ toYaml .Values.affinity | indent 8 }}
{{- end }}

0 comments on commit c5eb3ec

Please sign in to comment.