Mattermost PagerDuty Bot
- The Canonical Sysadmins
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 1 | 27 May 2021 | |
latest/edge | 2 | 05 Sep 2024 |
juju deploy mm-pd-bot
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
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://".