alertmanager-ntfy

alertmanager-ntfy

alertmanager-ntfy

Version: 0.1.5 Type: application AppVersion: 0.4.0

Receiver for alertmanager to forward to ntfy.sh

Maintainers

NameEmailUrl
WrenIXhttps://wrenix.eu

Usage

Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:

helm pull oci://codeberg.org/wrenix/helm-charts/alertmanager-ntfy

You can install a chart release using the following command:

helm install alertmanager-ntfy-release oci://codeberg.org/wrenix/helm-charts/alertmanager-ntfy --values values.yaml

To uninstall a chart release use helm’s delete command:

helm uninstall alertmanager-ntfy-release

Values

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
fullnameOverridestring""
image.pullPolicystring"IfNotPresent"
image.registrystring"codeberg.org"
image.repositorystring"xenrox/ntfy-alertmanager"
image.tagstring""
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring""
ingress.enabledboolfalse
ingress.hosts[0].hoststring"chart-example.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ingress.tlslist[]
nameOverridestring""
nodeSelectorobject{}
ntfyAlertmanager.labels.entries[0].labelstring"severity"
ntfyAlertmanager.labels.entries[0].priorityint5
ntfyAlertmanager.labels.entries[0].tags[0]string"rotating_light"
ntfyAlertmanager.labels.entries[0].valuestring"critical"
ntfyAlertmanager.labels.entries[1].labelstring"severity"
ntfyAlertmanager.labels.entries[1].priorityint1
ntfyAlertmanager.labels.entries[1].valuestring"info"
ntfyAlertmanager.labels.entries[2].labelstring"instance"
ntfyAlertmanager.labels.entries[2].tags[0]string"computer"
ntfyAlertmanager.labels.entries[2].tags[1]string"example"
ntfyAlertmanager.labels.entries[2].valuestring"example.com"
ntfyAlertmanager.labels.order[0]string"severity"
ntfyAlertmanager.labels.order[1]string"instance"
ntfyAlertmanager.logLevelstring"info"
ntfyAlertmanager.ntfy.topicstring"https://ntfy.sh/alertmanager-alerts"
ntfyAlertmanager.portint80
ntfyAlertmanager.resolved.tags[0]string"resolved"
ntfyAlertmanager.resolved.tags[1]string"partying_face"
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
replicaCountint1
resourcesobject{}
securityContextobject{}
service.portint80
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]

Autogenerated from chart metadata using helm-docs