core-deployments/prometheus/values.yaml

10 lines
242 B
YAML
Raw Normal View History

2023-04-20 01:39:36 +02:00
alertmanager:
2023-04-20 04:31:47 +02:00
image:
repository: aaronriedel/alertmanager
tag: "latest"
2023-04-20 01:39:36 +02:00
extraSecretMounts:
- name: telegram-api
mountPath: /etc/alertmanager/telegram-token
subPath: ""
secretName: telegram-api
readOnly: true