We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582821a commit 8897643Copy full SHA for 8897643
src/main/resources/application.yml
@@ -40,7 +40,7 @@ k8s:
40
release: prometheus
41
alert-rule:
42
labels:
43
- # Лейбл с неймспейсом необходим, поскольку алертменеджер по умолчанию начинает фильтровать по нему.
+ # Лейбл с неймспейсом необходим, поскольку алертменеджер по дефолту начинает фильтровать по нему.
44
# Тут описано более подробно: https://github.com/prometheus-operator/prometheus-operator/discussions/3733
45
namespace: default
46
alertmanager-configuration:
@@ -53,7 +53,7 @@ alertmanager:
53
send-resolved: true
54
receiver:
55
telegram-bot:
56
- url: http://telegram:1234/endp
+ url: http://telegram:1234/endpoint
57
58
59
testcontainers:
0 commit comments