alertmanagerFiles: alertmanager.yml: global: smtp_smarthost: 'smtp.163.com:25' smtp_from: 'xxxx@163.com' smtp_auth_username: 'xxxx@163.com' smtp_auth_password: '*********' smtp_require_tls: false route: group_by: ['alertname', 'pod_name'] group_wait: 10s group_interval: 5m receiver: AlertMail repeat_interval: 3h receivers: - name: 'AlertMail' email_configs: - to: 'xxxx@163.com'