Mattermost PagerDuty Bot

  • By The Canonical Sysadmins
Channel Revision Published Runs on
latest/stable 1 27 May 2021
Ubuntu 20.04
latest/edge 2 05 Sep 2024
Ubuntu 20.04
juju deploy mm-pd-bot
Show information

Platform:

Learn about configurations >

  • image_password | string

    The password associated with image_username for accessing the registry specified in image_path.

  • image_path | string

    The location of the image to use, e.g. "registry.example.com/mm-pd-bot:v1". This setting is required.

  • image_username | string

    The username for accessing the registry specified in image_path.

  • ingress_whitelist_source_range | string

    A comma-separated list of CIDRs to store in the ingress.kubernetes.io/whitelist-source-range annotation. This can be used to lock down access to Mattermost PagerDuty Bot based on source IP address.

  • mm_pd_bot_cfg | string

    The whole configuration file of the bot is passed as content to this setting. This setting is required.

  • tls_secret_name | string

    The name of the Kubernetes secret to be associated with the ingress resource. This setting is ignored unless juju-external-hostname begins with "https://";.