diff --git a/prometheus-operator/alertmanager-config.yml b/prometheus-operator/alertmanager-config.yml
new file mode 100644
index 0000000..d2df166
--- /dev/null
+++ b/prometheus-operator/alertmanager-config.yml
@@ -0,0 +1,80 @@
+apiVersion: monitoring.coreos.com/v1alpha1
+kind: AlertmanagerConfig
+metadata:
+ name: email
+ labels:
+ alertmanagerConfig: email
+spec:
+ route:
+ group_by: [email]
+ receiver: test_router
+ # When the first notification was sent, wait 'group_interval' to send a batch
+ # of new alerts that started firing for that group.
+ group_interval: 1s
+ # If an alert has successfully been sent, wait 'repeat_interval' to
+ # resend them.
+ repeat_interval: 24h
+ routes:
+ - match:
+ severity: critical
+ group_wait: 1s
+ - match:
+ severity: error
+ group_wait: 30m
+ - match:
+ severity: warning
+ group_wait: 4h
+ - match:
+ severity: info
+ group_wait: 24h
+ receivers:
+ - name: email_router
+ email_configs:
+ # - to: "{{ .GroupLabels.email }}"
+ - to: 'Lauri Võsandi
+ You have the following firing alerts:
+
+ {{ range .Alerts }}
+
+
+ You have the following firing alerts: +