A Helm chart for matrix-alertmanager
Homepage: https://github.com/jaywink/matrix-alertmanager
Name | Url | |
---|---|---|
cuttingedge1109 | https://github.com/cuttingedge1109 |
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
autoscaling.enabled | bool | false |
|
autoscaling.maxReplicas | int | 100 |
|
autoscaling.minReplicas | int | 1 |
|
autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
config.app_alertmanager_secret | string | "<secret key for the webhook events>" |
Secret key for the webhook events |
config.app_port | int | 3000 |
App listen port |
config.matrix_homeserver_url | string | "https://matrix.org/" |
|
config.matrix_rooms | string | `"receiver1/!abcdefgh:homeserver.tld | receiver2/!qwerty:homeserver.tld"` |
config.matrix_token | string | "<token from the alertmanager user on matrix>" |
Token of the alertmanager user on matrix |
config.matrix_user | string | "@alertmanager:homeserver.tld" |
ID of the alertmanager user on matrix |
config.mention_room | int | 0 |
Set this to 1 to make firing alerts do a @room mention. NOTE! Bot should also have enough power in the room for this to be useful. |
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "jaywink/matrix-alertmanager" |
|
image.tag | string | "v0.5.0" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.className | string | "" |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths[0].path | string | "/" |
|
ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
Annotations to add to the service account |
serviceAccount.create | bool | true |
Specifies whether a service account should be created |
serviceAccount.name | string | "" |
The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0