Skip to content
Snippets Groups Projects
Verified Commit e4544e4e authored by Vincent Sellier's avatar Vincent Sellier
Browse files

alertmanager irc relay: Increase buffer size

parent df128ca4
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ data:
msg_template: "Alert {{ .Labels.severity | ToUpper }} {{ .Status }} - {{ .Labels.environment }}/{{ .Labels.cluster }} - {{ .Labels.alertname }} - {{ .Annotations.description }}"
# Set the internal buffer size for alerts received but not yet sent to IRC.
alert_buffer_size: 100 # small buffer to avoid keeping alerts in buffer
alert_buffer_size: 2048
---
apiVersion: v1
kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment