core-deployments/prometheus/values.yaml

9 lines
224 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
2023-04-20 01:39:36 +02:00
extraSecretMounts:
- name: telegram-api
mountPath: /etc/alertmanager/telegram-token
subPath: ""
secretName: telegram-api
readOnly: true