|
@ -73,3 +73,7 @@ data: |
|
|
servers = "{{ printf "%s-%s" .Release.Name "redis-master" | trunc 63 | trimSuffix "-" }}:6379"; |
|
|
servers = "{{ printf "%s-%s" .Release.Name "redis-master" | trunc 63 | trimSuffix "-" }}:6379"; |
|
|
password = "{{ .Values.redis.auth.password }}"; |
|
|
password = "{{ .Values.redis.auth.password }}"; |
|
|
autolearn = true |
|
|
autolearn = true |
|
|
|
|
|
actions.conf: |- |
|
|
|
|
|
reject = {{ .Values.rspamd.actions.reject }}; # Reject when reaching this score |
|
|
|
|
|
add_header = {{ .Values.rspamd.actions.add_header }}; # Add header when reaching this score |
|
|
|
|
|
greylist = {{ .Values.rspamd.actions.greylist }}; # Apply greylisting when reaching this score (will emit `soft reject action`) |