add alertmanager config

This commit is contained in:
Aaron Riedel 2023-04-20 01:39:36 +02:00
parent 1230d5c05e
commit cca32125a4
Signed by: aaron
GPG key ID: 643004654D40D577
3 changed files with 73 additions and 0 deletions

7
prometheus/values.yaml Normal file
View file

@ -0,0 +1,7 @@
alertmanager:
extraSecretMounts:
- name: telegram-api
mountPath: /etc/alertmanager/telegram-token
subPath: ""
secretName: telegram-api
readOnly: true