prometheus operator v0.71.2

Alertmanager.spec.containers.lifecycle.preStop.exec.spec.alertmanagerConfiguration.global.smtp

Configures global SMTP parameters.

8 fields
Alertmanager.spec.containers.lifecycle.preStop.exec.spec.alertmanagerConfiguration.global.smtp fields and descriptions
Field / TypeDescription
authIdentity
string

SMTP Auth using PLAIN

object

SMTP Auth using LOGIN and PLAIN.

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

SMTP Auth using CRAM-MD5.

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

SMTP Auth using CRAM-MD5, LOGIN and PLAIN. If empty, Alertmanager doesn't authenticate to the SMTP server.

from
string

The default SMTP From header field.

hello
string

The default hostname to identify to the SMTP server.

requireTLS
boolean

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

object

The default SMTP smarthost used for sending emails.