@ -56,6 +56,9 @@ spec:
periodSeconds: 10
failureThreshold: 3
timeoutSeconds: 5
volumeMounts:
- name: locald-config
mountPath: /etc/rspamd/local.d
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
@ -70,3 +73,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
configMap:
name: {{ include "rspamd.fullname" . }}