prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers[].webexConfigs[].httpConfig.tlsConfig.spec.receivers.emailConfigs

List of Email configurations.

14 fields
AlertmanagerConfig.spec.receivers[].webexConfigs[].httpConfig.tlsConfig.spec.receivers.emailConfigs fields and descriptions
Field / TypeDescription
authIdentity
string

The identity to use for authentication.

object

The secret's key that contains the password to use for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

  • x-kubernetes-map-type: "atomic"
object

The secret's key that contains the CRAM-MD5 secret. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

  • x-kubernetes-map-type: "atomic"
authUsername
string

The username to use for authentication.

from
string

The sender address.

object[]

Further headers email header key/value pairs. Overrides any headers previously set by the notification implementation.

hello
string

The hostname to identify to the SMTP server.

html
string

The HTML body of the email notification.

requireTLS
boolean

The SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints.

sendResolved
boolean

Whether or not to notify about resolved alerts.

smarthost
string

The SMTP host and port through which emails are sent. E.g. example.com:25

text
string

The text body of the email notification.

object

TLS configuration

to
string

The email address to send notifications to.