prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers.discordConfigs.httpConfig.tlsConfig.spec.receivers.discordConfigs

discordConfigs defines the list of Slack configurations.

8 fields
AlertmanagerConfig.spec.receivers.discordConfigs.httpConfig.tlsConfig.spec.receivers.discordConfigs fields and descriptions
Field / TypeDescription
object required

apiURL defines the secret's key that contains the Discord webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

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

avatarURL defines the avatar url of the message sender.

  • pattern: ^https?://.+$
content
string

content defines the template of the content's body.

  • minLength: 1
object

httpConfig defines the HTTP client configuration.

message
string

message defines the template of the message's body.

sendResolved
boolean

sendResolved defines whether or not to notify about resolved alerts.

title
string

title defines the template of the message's title.

username
string

username defines the username of the message sender.

  • minLength: 1